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 22:11:57 +0100 |
commit | db51dd22fa71f86370ba0b050bd1f78fc115996f (patch) | |
tree | c8a7b40a5d18f974382f46bb59bbde37d207d986 | |
parent | f9c26fbefb535ee318bf398dc0b13226889fb6d4 (diff) | |
download | poky-db51dd22fa71f86370ba0b050bd1f78fc115996f.tar.gz |
nativesdk-packagegroup-sdk-host: Add nativesdk-makedevs
Add makedevs to SDK, to allow simple /dev/ population.
(From OE-Core rev: a65261ab27cc93b8a564b628e50d89bf52492110)
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>
-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} = "\ | |||
21 | nativesdk-autoconf \ | 21 | nativesdk-autoconf \ |
22 | nativesdk-automake \ | 22 | nativesdk-automake \ |
23 | nativesdk-shadow \ | 23 | nativesdk-shadow \ |
24 | nativesdk-makedevs \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | RDEPENDS_${PN}_darwin = "\ | 27 | RDEPENDS_${PN}_darwin = "\ |