On Fri, 2020-06-19 at 21:43 +0200, Christian Eggers wrote: > consolekit is required by networkmanager. > > Signed-off-by: Christian Eggers <[email protected]> > --- > meta/recipes-support/consolekit/consolekit_0.4.6.bb | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb > b/meta/recipes-support/consolekit/consolekit_0.4.6.bb > index 89f2d77b66..ad35e8c6d6 100644 > --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb > +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb > @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = " > file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ > file://src/main.c;endline=21;md5=0a994e097697802 > 20163255d8f9071c3" > > DEPENDS = "glib-2.0 glib-2.0-native dbus dbus-glib virtual/libx11" > -RDEPENDS_${PN} += "base-files" > +# base-files is only available for target > +RDEPENDS_${PN}_class-target += "base-files" > > inherit autotools pkgconfig features_check > # depends on virtual/libx11 > @@ -47,3 +48,5 @@ do_install_append() { > # Remove /var/ directories as the daemon creates them as > required > rm -rf ${D}${localstatedir} > } > + > +BBCLASSEXTEND = "native nativesdk"
A native or nativesdk consolekit does not make sense. If you need libs from networkmanager, you'll probably have to patch it just to generate the libs you need. We don't want builds polluted with confusing and potentially quite problematic binaries. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139707): https://lists.openembedded.org/g/openembedded-core/message/139707 Mute This Topic: https://lists.openembedded.org/mt/74987454/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
