[oe-commits] Stefan Schmidt : indicator-network_0.2.6: And finally the connman/ ofono based network indicator

git version control git at git.openembedded.org
Sun Jul 18 17:47:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e689b4c172d99748ad0623e7d87dd03e0dd86c1e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e689b4c172d99748ad0623e7d87dd03e0dd86c1e

Author: Stefan Schmidt <stefan at buglabs.net>
Date:   Sun Jul 18 19:45:46 2010 +0200

indicator-network_0.2.6: And finally the connman/ofono based network indicator

---

 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 0000000..f5a25eb
--- /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"





More information about the Openembedded-commits mailing list