diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-22 10:40:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-23 16:20:13 +0100 |
commit | 45de2c2b5a98d2d353b439440e3439893de093de (patch) | |
tree | b3209823fa78105ac6ff0e6e42e9613fdb22123b /meta/recipes-core | |
parent | 2da6d0b9fff49f92cfc2de5da537f3802bc87989 (diff) | |
download | poky-45de2c2b5a98d2d353b439440e3439893de093de.tar.gz |
Drop darwin8/darwin9 usage
There were darwin8/darwin9 overrides spinkled in the code from times gone
by. Lets settle on the darwin override and remove the others since its pointless
duplication. We always inject darwin into OVERRIDES if needed in the darwin8/9
cases.
(From OE-Core rev: 8d5e6eed7802a6056f9eaa50a85e3eee00fe2742)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 63fea288f8..84fb95d393 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | |||
@@ -22,7 +22,7 @@ RDEPENDS_${PN} = "\ | |||
22 | nativesdk-automake \ | 22 | nativesdk-automake \ |
23 | " | 23 | " |
24 | 24 | ||
25 | RDEPENDS_${PN}_darwin8 = "\ | 25 | RDEPENDS_${PN}_darwin = "\ |
26 | odcctools-cross-canadian \ | 26 | odcctools-cross-canadian \ |
27 | llvm-cross-canadian \ | 27 | llvm-cross-canadian \ |
28 | nativesdk-pkgconfig \ | 28 | nativesdk-pkgconfig \ |