[oe-commits] Koen Kooi : libgnomekbd: add 2.30.0, convert to new style staging

git version control git at git.openembedded.org
Thu Apr 1 12:05:41 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 13:40:32 2010 +0200

libgnomekbd: add 2.30.0, convert to new style staging

---

 recipes/gnome/libgnomekbd_2.30.0.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/libgnomekbd_2.30.0.bb b/recipes/gnome/libgnomekbd_2.30.0.bb
new file mode 100644
index 0000000..30e051b
--- /dev/null
+++ b/recipes/gnome/libgnomekbd_2.30.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+SECTION = "x11/gnome/libs"
+
+DEPENDS = "gconf libgnome libxklavier"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "2c3a2dfac0da5c3748a06db905264429"
+SRC_URI[archive.sha256sum] = "fc8f688901dfa293b1e5c14a0b56866837f0003d5b6a9ce971841735084d5b04"
+
+do_configure_append() {
+        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+        find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+
+
+
+





More information about the Openembedded-commits mailing list