diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-04-28 16:18:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-01 12:38:42 +0100 |
commit | 2fe44efc65075832a395927649c8412f719ce50c (patch) | |
tree | a3b8f24796bfd1c62aee48b450d41726b63ccc61 /meta | |
parent | 0b3890071032f966f2f7a48e4a6ea2022ee0db00 (diff) | |
download | poky-2fe44efc65075832a395927649c8412f719ce50c.tar.gz |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 11 |
1 files changed, 2 insertions, 9 deletions
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 \ | |||
6 | 6 | ||
7 | require avahi.inc | 7 | require avahi.inc |
8 | 8 | ||
9 | inherit python-dir pythonnative distro_features_check | 9 | inherit distro_features_check |
10 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 10 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
11 | 11 | ||
12 | PACKAGECONFIG ??= "dbus python" | ||
13 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" | ||
14 | |||
15 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" | 12 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" |
16 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" | 13 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" |
17 | 14 | ||
@@ -21,7 +18,7 @@ AVAHI_GTK = "--enable-gtk --disable-gtk3 --disable-pygtk" | |||
21 | 18 | ||
22 | S = "${WORKDIR}/avahi-${PV}" | 19 | S = "${WORKDIR}/avahi-${PV}" |
23 | 20 | ||
24 | PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc python-avahi avahi-discover" | 21 | PACKAGES = "${PN} ${PN}-utils ${PN}-dbg ${PN}-dev ${PN}-staticdev ${PN}-doc avahi-discover" |
25 | 22 | ||
26 | FILES_${PN} = "${libdir}/libavahi-ui*.so.*" | 23 | FILES_${PN} = "${libdir}/libavahi-ui*.so.*" |
27 | FILES_${PN}-dev += "${libdir}/libavahi-ui${SOLIBSDEV}" | 24 | FILES_${PN}-dev += "${libdir}/libavahi-ui${SOLIBSDEV}" |
@@ -29,15 +26,11 @@ FILES_${PN}-staticdev += "${libdir}/libavahi-ui.a" | |||
29 | 26 | ||
30 | FILES_${PN}-utils = "${bindir}/b* ${datadir}/applications/b*" | 27 | FILES_${PN}-utils = "${bindir}/b* ${datadir}/applications/b*" |
31 | 28 | ||
32 | FILES_python-avahi = "${PYTHON_SITEPACKAGES_DIR}/avahi ${PYTHON_SITEPACKAGES_DIR}/avahi_discover" | ||
33 | FILES_avahi-discover = "${datadir}/applications/avahi-discover.desktop \ | 29 | FILES_avahi-discover = "${datadir}/applications/avahi-discover.desktop \ |
34 | ${datadir}/avahi/interfaces/avahi-discover* \ | 30 | ${datadir}/avahi/interfaces/avahi-discover* \ |
35 | ${bindir}/avahi-discover-standalone \ | 31 | ${bindir}/avahi-discover-standalone \ |
36 | ${datadir}/avahi/interfaces/avahi-discover.glade" | 32 | ${datadir}/avahi/interfaces/avahi-discover.glade" |
37 | 33 | ||
38 | RDEPENDS_python-avahi = "python-core python-dbus" | ||
39 | |||
40 | |||
41 | do_install_append () { | 34 | do_install_append () { |
42 | rm ${D}${sysconfdir} -rf | 35 | rm ${D}${sysconfdir} -rf |
43 | rm ${D}${base_libdir} -rf | 36 | rm ${D}${base_libdir} -rf |