diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-17 13:26:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:12 +0000 |
commit | cb1f3e088170652dde7ec270ef0ebf4486a2f3a6 (patch) | |
tree | f580a650b00f6fc6f8f586f78989aa1ff4ad3be6 /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | eb74a0506a2f17170254e62513db3451e0587d11 (diff) | |
download | openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.gz openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.bz2 openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.zip |
connman-gnome: Remove the applet and properties desktop icons
Remove the applet and properties desktop icons, since the
connman-properties program should be invoked by tool bar,
while connman-applet is launched by autostart.
This fixes [BUGID #506]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.5.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 4729c5dfde..9dd1b4179f 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -6,20 +6,15 @@ 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 = "r1" +PR = "r2" 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 = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ file://connman-gnome.patch \ - file://connman-applet.desktop" + file://remove-connman-property-desktop-file.patch" SRC_URI[md5sum] = "0e1c4c25d19cad9b08a216848a320716" SRC_URI[sha256sum] = "4d5fe481b444fc3e64fd9caa149dbcd76de166a25733f18fd93da01d2abf5d1c" inherit autotools gtk-icon-cache - -do_install_append() { - install -d ${D}${datadir}/applications/ - install ${WORKDIR}/connman-applet.desktop ${D}${datadir}/applications/ -} |