diff options
-rw-r--r-- | meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb | 7 | ||||
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb index 5eb00aefbe..42ce3301f5 100644 --- a/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb +++ b/meta-oe/recipes-connectivity/telepathy/telepathy-idle_0.2.0.bb | |||
@@ -11,7 +11,12 @@ SRC_URI = "http://telepathy.freedesktop.org/releases/${BPN}/${BPN}-${PV}.tar.gz | |||
11 | SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86" | 11 | SRC_URI[md5sum] = "92a2de5198284cbd3c430b0d1a971a86" |
12 | SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab" | 12 | SRC_URI[sha256sum] = "3013ad4b38d14ee630b8cc8ada5e95ccaa849b9a6fe15d2eaf6d0717d76f2fab" |
13 | 13 | ||
14 | inherit autotools pkgconfig python3native | 14 | inherit autotools pkgconfig pythonnative |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/telepathy \ | 16 | FILES_${PN} += "${datadir}/telepathy \ |
17 | ${datadir}/dbus-1" | 17 | ${datadir}/dbus-1" |
18 | |||
19 | python() { | ||
20 | if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split(): | ||
21 | raise bb.parse.SkipRecipe('Requires meta-python2 to be present.') | ||
22 | } | ||
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index baf1fa1d61..f045167e8e 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -65,11 +65,12 @@ RDEPENDS_packagegroup-meta-oe-connectivity ="\ | |||
65 | libuv libwebsockets linuxptp lirc loudmouth \ | 65 | libuv libwebsockets linuxptp lirc loudmouth \ |
66 | modemmanager mosh \ | 66 | modemmanager mosh \ |
67 | paho-mqtt-c phonet-utils rabbitmq-c rfkill rtorrent \ | 67 | paho-mqtt-c phonet-utils rabbitmq-c rfkill rtorrent \ |
68 | ser2net smstools3 telepathy-glib telepathy-idle thrift \ | 68 | ser2net smstools3 telepathy-glib thrift \ |
69 | usbmuxd zabbix zeromq \ | 69 | usbmuxd zabbix zeromq \ |
70 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "obex-data-server", "", d)} \ | 70 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "obex-data-server", "", d)} \ |
71 | libmikmod \ | 71 | libmikmod \ |
72 | obexftp openobex libnet \ | 72 | obexftp openobex libnet \ |
73 | ${@bb.utils.contains("BBPATH", "meta-python2", "telepathy-idle", "", d)} \ | ||
73 | " | 74 | " |
74 | RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial" | 75 | RDEPENDS_packagegroup-meta-oe-connectivity_append_libc-glibc = " wvstreams wvdial" |
75 | 76 | ||