diff options
author | Stefan Schmidt <stefan@buglabs.net> | 2010-07-18 19:45:46 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-07-18 19:47:15 +0200 |
commit | e689b4c172d99748ad0623e7d87dd03e0dd86c1e (patch) | |
tree | f88d59fdbea64cb114cb49eec8820a27967337ba /recipes | |
parent | 29d31f9f2efd6b93e0eaaabf349eeb573830e2cc (diff) |
indicator-network_0.2.6: And finally the connman/ofono based network indicator
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ayatana/indicator-network_0.2.6.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/ayatana/indicator-network_0.2.6.bb b/recipes/ayatana/indicator-network_0.2.6.bb new file mode 100644 index 0000000000..f5a25ebb78 --- /dev/null +++ b/recipes/ayatana/indicator-network_0.2.6.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Network Menu for controlling network connections. Uses Connection Manager." +LICENSE = "GPLv3" +SECTION = "x11/gnome" +DEPENDS = "gtk+ libindicator libdbusmenu libnotify ido indicator-applet" + +inherit autotools + +SRC_URI = "http://launchpad.net/indicator-network/trunk/0.2.6/+download/indicator-network-0.2.6.tar.gz" + +# Fixed for wrong test in libtool without it I get this bogus error: +# arm-angstrom-linux-gnueabi-libtool: install: error: cannot install `libnetworkmenu.la' to a directory not ending in /usr/lib/indicators/3/ +do_configure_append() { + sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${TARGET_PREFIX}libtool +} + +FILES_${PN} += "${libdir}/indicators/3/* /usr/share/dbus-1/services/*" +FILES_${PN}-dbg += "${libdir}/indicators/3/.debug/" + +SRC_URI[md5sum] = "a65d1b7e946ecdc6ba1ec4074ec83595" +SRC_URI[sha256sum] = "dfc0cd7a5add79d5b4d81ec443bb87647a8f895dd8d49fc2b288f74495e38d3f" |