diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-12 18:24:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 13:23:50 +0100 |
commit | 28246a275a0d7208f0361735685688803965648e (patch) | |
tree | 93c240bf234a435ce11dee0c49b1779425467bed /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | 250c89a34fedeadf5c098b64cb1833e45194a108 (diff) | |
download | openembedded-core-28246a275a0d7208f0361735685688803965648e.tar.gz openembedded-core-28246a275a0d7208f0361735685688803965648e.tar.bz2 openembedded-core-28246a275a0d7208f0361735685688803965648e.zip |
connman-gnome 0.5: build from git
All the local patches were applied upstream, so let's build straight from git to make that clear
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.5.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 4fcdfaf25b..69b2d5bc18 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -6,17 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" DEPENDS = "gtk+ dbus" -PR = "r4" +PR = "r5" 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" -SRC_URI = "${KERNELORG_MIRROR}/linux/network/connman/connman-gnome-${PV}.tar.gz \ - file://connman-gnome.patch \ - file://remove-connman-property-desktop-file.patch \ - file://service_name_update.patch \ - file://applet_menu_popup_fix.patch" - -SRC_URI[md5sum] = "0e1c4c25d19cad9b08a216848a320716" -SRC_URI[sha256sum] = "4d5fe481b444fc3e64fd9caa149dbcd76de166a25733f18fd93da01d2abf5d1c" +SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" +SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git" +S = "${WORKDIR}/git" inherit autotools gtk-icon-cache |