[oe-commits] Martin Jansa : libgnomekbd: delete older 2.26.0 version

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:24:43 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: da6eadf8deaab2690a76920f087aa34c6cccc67f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=da6eadf8deaab2690a76920f087aa34c6cccc67f

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jun 21 12:06:00 2014 +0200

libgnomekbd: delete older 2.26.0 version

* there is 2.32.0 version in libgnome and this one was broken for long time
  it depends on gconf-dbus which was removed 2,5 years ago, now when
  newer recipe was blacklisted this started to be pulled into the build

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb b/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
deleted file mode 100644
index 5f72399..0000000
--- a/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "GNOME keyboard library"
-LICENSE = "LGPL"
-
-DEPENDS = "gconf-dbus dbus libxklavier gtk+"
-
-inherit gnome
-
-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