diff options
| -rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 69c59304d4..416fa4b27c 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
| 6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ | 6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ |
| 7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" | 7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" |
| 8 | |||
| 8 | DEPENDS = "gtk+ dbus" | 9 | DEPENDS = "gtk+ dbus" |
| 9 | PR = "r6" | ||
| 10 | 10 | ||
| 11 | RRECOMMENDS_${PN} = "python python-dbus connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi connman-plugin-fake connman-plugin-bluetooth connman-plugin-dnsproxy connman-plugin-ofono" | 11 | PR = "r6" |
| 12 | 12 | ||
| 13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" | 13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" |
| 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ |
| @@ -17,3 +17,16 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protoc | |||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | 18 | ||
| 19 | inherit autotools gtk-icon-cache | 19 | inherit autotools gtk-icon-cache |
| 20 | |||
| 21 | RRECOMMENDS_${PN} = "python \ | ||
| 22 | python-dbus \ | ||
| 23 | connman \ | ||
| 24 | connman-plugin-ethernet \ | ||
| 25 | connman-plugin-loopback \ | ||
| 26 | connman-plugin-udhcp \ | ||
| 27 | connman-plugin-wifi \ | ||
| 28 | connman-plugin-fake \ | ||
| 29 | connman-plugin-bluetooth \ | ||
| 30 | connman-plugin-dnsproxy \ | ||
| 31 | connman-plugin-ofono \ | ||
| 32 | " | ||
