From: David Nyström Date: Mon, 23 Sep 2013 16:33:59 +0000 (+0000) Subject: makedevs: add nativesdk to BBCLASSEXTEND X-Git-Tag: 2015-4~5084 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e70019bcdce83ae2a202338518f8725775abaa32;p=openembedded-core.git makedevs: add nativesdk to BBCLASSEXTEND This is a first in a series of patches to add items to the nativesdk toolchain tarball. Many of which are Yocto specific and needed to create a rootfs with pre and post install hooks successfully run, using only the toolchain tarball. End goal is to create a sandbox where _users_ can customize a rootfs from a package feed with their package manager of choice. Signed-off-by: David Nyström Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb index 2b9fd37eb9..e6860f0c13 100644 --- a/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb +++ b/meta/recipes-devtools/makedevs/makedevs_1.0.0.bb @@ -19,4 +19,4 @@ do_install() { install -m 0755 ${S}/makedevs ${D}${base_sbindir}/makedevs } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"