diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 11:49:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-21 14:23:52 +0100 |
commit | 30a051401c0a73dfff486ca4d0303b434816200f (patch) | |
tree | 7f10da785a2ad133dad36be1f12901bb7981f1a1 | |
parent | c8a0d13a5525fb4acc6da9793ad102b4fc5c141b (diff) | |
download | meta-mingw-30a051401c0a73dfff486ca4d0303b434816200f.tar.gz |
nativesdk-packagegroup-sdk-host: Update to match oe-core default providers handling
This was repsonsible for some strange differences in behaviour between
other OE-Core recipes and this one. Its assumed this package is present
in any SDK build.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend index a9a51a6..b3ffb82 100644 --- a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend +++ b/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | |||
@@ -1,4 +1,5 @@ | |||
1 | RDEPENDS_${PN}_mingw32 = "\ | 1 | RDEPENDS_${PN}_mingw32 = "\ |
2 | nativesdk-sdk-provides-dummy \ | ||
2 | nativesdk-pkgconfig \ | 3 | nativesdk-pkgconfig \ |
3 | nativesdk-libtool \ | 4 | nativesdk-libtool \ |
4 | nativesdk-qemu \ | 5 | nativesdk-qemu \ |