On Fri, 2019-02-15 at 16:03 +0000, Richard Purdie wrote: > This avoids errors when running populate_sdk under opkg: > > * Problem 1/1: > * - package busybox-dev-1.30.1-r0.core2-64 requires busybox = > 1.30.1-r0, but none of the providers can be installed > * > * Solution 1: > * - allow deinstallation of target-sdk-provides-dummy-1.0-r0.sdk- > provides-dummy-target > > * Solution 2: > * - do not ask to install a package providing busybox-dev > > Signed-off-by: Richard Purdie <[email protected]>
Hi, is this patch going to be backported to thud? Kind regards, Matthias > --- > meta/recipes-core/meta/target-sdk-provides-dummy.bb | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.bb > b/meta/recipes-core/meta/target-sdk-provides-dummy.bb > index 26716ace87b..60499f7b66a 100644 > --- a/meta/recipes-core/meta/target-sdk-provides-dummy.bb > +++ b/meta/recipes-core/meta/target-sdk-provides-dummy.bb > @@ -2,9 +2,17 @@ DUMMYARCH = "sdk-provides-dummy-target" > > DUMMYPROVIDES = "\ > busybox \ > + busybox-dev \ > + busybox-src \ > coreutils \ > + coreutils-dev \ > + coreutils-src \ > bash \ > + bash-dev \ > + bash-src \ > perl \ > + perl-dev \ > + perl-src \ > perl-module-re \ > perl-module-strict \ > perl-module-vars \ > @@ -36,6 +44,8 @@ DUMMYPROVIDES = "\ > /usr/bin/env \ > /usr/bin/perl \ > pkgconfig \ > + pkgconfig-dev \ > + pkgconfig-src \ > " > > require dummy-sdk-package.inc > -- > 2.20.1 > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
