diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-12-05 12:35:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 13:30:20 +0000 |
commit | 80a8ecf91181f2fbec1a45231615b12949327970 (patch) | |
tree | 07465f7c1460b7ea8ddae2f86fc9843616cb0e0e | |
parent | e40e8e574b3688400a668d3ad76b6cef1920e3e0 (diff) | |
download | openembedded-core-80a8ecf91181f2fbec1a45231615b12949327970.tar.gz openembedded-core-80a8ecf91181f2fbec1a45231615b12949327970.tar.bz2 openembedded-core-80a8ecf91181f2fbec1a45231615b12949327970.zip |
nativesdk-packagegroup-sdk-host: Added nativesdk-smartpm
This will allow offline creation of a rootfs, using only
the RPM package repository and a toolchain tarball.
Ref: https://github.com/nysan/rootfs-sandbox
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e298ff4a06..e6631d8952 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -22,6 +22,7 @@ RDEPENDS_${PN} = "\ nativesdk-automake \ nativesdk-shadow \ nativesdk-makedevs \ + nativesdk-smartpm \ " RDEPENDS_${PN}_darwin = "\ |