currently nativesdk-wayland-dev package copies bin directory which includes wayland-scanner only.

And, IMHO, if there are other tools for dev package, we need them for nativesdk target also.

Thank you.


On 08/21/2018 09:50 AM, Khem Raj wrote:
On Mon, Aug 20, 2018 at 4:26 PM Seokha Ko <sukdo...@daum.net> wrote:
The wayland-scanner was missing from the native toolchain for SDK build
because it's copied from wayland dev package.

Signed-off-by: Seokha Ko <sukdo...@daum.net>
---
  .../packagegroups/nativesdk-packagegroup-sdk-host.bb            | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb 
b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index e2f6169994..4dc6eea23e 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -23,7 +23,7 @@ RDEPENDS_${PN} = "\
      nativesdk-makedevs \
      nativesdk-dnf \
      nativesdk-cmake \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', 
'', d)} \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 
'nativesdk-wayland-dev', '', d)} \
Do we need the whole dev package ? if not I would suggest to package
it into a separate output package
and include that along with nativesdk-wayland

      nativesdk-sdk-provides-dummy \
      "

--
2.17.1

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to