mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
telepathy-idle: Disable when meta-py2 is not present
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -11,7 +11,12 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz
|
||||
SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86"
|
||||
SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab"
|
||||
|
||||
inherit autotools pkgconfig python3native
|
||||
inherit autotools pkgconfig pythonnative
|
||||
|
||||
FILES_${PN} += "${datadir}/telepathy \
|
||||
${datadir}/dbus-1"
|
||||
|
||||
python() {
|
||||
if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
|
||||
raise bb.parse.SkipRecipe('Requires meta-python2 to be present.')
|
||||
}
|
||||
|
||||
@@ -65,11 +65,12 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\
|
||||
libuv libwebsockets linuxptp lirc loudmouth \
|
||||
modemmanager mosh \
|
||||
paho-mqtt-c phonet-utils rabbitmq-c rfkill rtorrent \
|
||||
ser2net smstools3 telepathy-glib telepathy-idle thrift \
|
||||
ser2net smstools3 telepathy-glib thrift \
|
||||
usbmuxd zabbix zeromq \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "obex-data-server", "", d)} \
|
||||
libmikmod \
|
||||
obexftp openobex libnet \
|
||||
${@bb.utils.contains("BBPATH", "meta-python2", "telepathy-idle", "", d)} \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user