diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2014-01-31 10:30:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:37:40 +0000 |
commit | 0b30e6ebe521e2411903fb29cb854b2a00d3f931 (patch) | |
tree | 29779186fc6b1cc992ab225803128cec8068416f /meta | |
parent | 8f76b91c3485637a343fa6db9cc315a541bf6d0d (diff) | |
download | poky-0b30e6ebe521e2411903fb29cb854b2a00d3f931.tar.gz |
nativesdk-packagegroup-sdk-host: Adding nativesdk-postinst-intercept to SDK
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 <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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} = "\ | |||
23 | nativesdk-shadow \ | 23 | nativesdk-shadow \ |
24 | nativesdk-makedevs \ | 24 | nativesdk-makedevs \ |
25 | nativesdk-smartpm \ | 25 | nativesdk-smartpm \ |
26 | nativesdk-postinst-intercept \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | RDEPENDS_${PN}_darwin = "\ | 29 | RDEPENDS_${PN}_darwin = "\ |