From 0b30e6ebe521e2411903fb29cb854b2a00d3f931 Mon Sep 17 00:00:00 2001 From: David Nyström Date: Fri, 31 Jan 2014 10:30:01 +0100 Subject: nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding ability to use postinstalls intercepts in the nativesdk env, and making sure the correlate between repo + SDK. This to enable rootfs generation from a package repository using only a package repository and the toolchain tarball. See https://github.com/nysan/rootfs-sandbox for examples. (From OE-Core rev: a54bab492903322e2a2495ea9576ee6b3272700a) Signed-off-by: David Nyström Signed-off-by: Richard Purdie --- meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/packagegroups') diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 855fe4e625..09e0aef8e6 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\ nativesdk-shadow \ nativesdk-makedevs \ nativesdk-smartpm \ + nativesdk-postinst-intercept \ " RDEPENDS_${PN}_darwin = "\ -- cgit v1.2.3-54-g00ecf