From 2fe44efc65075832a395927649c8412f719ce50c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 28 Apr 2016 16:18:59 +0300 Subject: avahi-ui: remove support for building a python module It's not used by anything and hasn't been ported to Python 3. (From OE-Core rev: 36e9ed899506f5864d8981a751b3b4068d1510db) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'meta/recipes-connectivity/avahi') diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb index 3966b4c6e5..1b3e918cea 100644 --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb @@ -6,12 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ require avahi.inc -inherit python-dir pythonnative distro_features_check +inherit distro_features_check ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" -PACKAGECONFIG ??= "dbus python" -PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" - SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" @@ -21,7 +18,7 @@ AVAHI_GTK = "--enable-gtk --disable-gtk3 --disable-pygtk" S = "${WORKDIR}/avahi-${PV}" -PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc python-avahi avahi-discover" +PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc avahi-discover" FILES_${PN} = "${libdir}/libavahi-ui*.so.*" FILES_${PN}-dev += "${libdir}/libavahi-ui${SOLIBSDEV}" @@ -29,15 +26,11 @@ FILES_${PN}-staticdev += "${libdir}/libavahi-ui.a" FILES_${PN}-utils = "${bindir}/b* ${datadir}/applications/b*" -FILES_python-avahi = "${PYTHON_SITEPACKAGES_DIR}/avahi ${PYTHON_SITEPACKAGES_DIR}/avahi_discover" FILES_avahi-discover = "${datadir}/applications/avahi-discover.desktop \ ${datadir}/avahi/interfaces/avahi-discover* \ ${bindir}/avahi-discover-standalone \ ${datadir}/avahi/interfaces/avahi-discover.glade" -RDEPENDS_python-avahi = "python-core python-dbus" - - do_install_append () { rm ${D}${sysconfdir} -rf rm ${D}${base_libdir} -rf -- cgit v1.2.3-54-g00ecf