diff options
author | David Nyström <david.c.nystrom@gmail.com> | 2013-09-27 08:18:03 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-30 21:59:56 +0100 |
commit | a65261ab27cc93b8a564b628e50d89bf52492110 (patch) | |
tree | 34917116e4aa9dbde4ebe1fe6d8bd4222fb45c0c /meta/recipes-core | |
parent | adc11d60fd4b555198d6653cd71eb1372e0b03a0 (diff) | |
download | openembedded-core-a65261ab27cc93b8a564b628e50d89bf52492110.tar.gz openembedded-core-a65261ab27cc93b8a564b628e50d89bf52492110.tar.bz2 openembedded-core-a65261ab27cc93b8a564b628e50d89bf52492110.zip |
nativesdk-packagegroup-sdk-host: Add nativesdk-makedevs
Add makedevs to SDK, to allow simple /dev/ population.
Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 95f98c8a17..e298ff4a06 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -21,6 +21,7 @@ RDEPENDS_${PN} = "\ nativesdk-autoconf \ nativesdk-automake \ nativesdk-shadow \ + nativesdk-makedevs \ " RDEPENDS_${PN}_darwin = "\ |