diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 12:06:00 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 12:20:22 +0200 |
commit | da6eadf8deaab2690a76920f087aa34c6cccc67f (patch) | |
tree | 4471b9945191bfc2ec06c1de8a9817815d83a075 /meta-gnome | |
parent | c8b43c61548ad13912ee13ea44126d203d00442e (diff) | |
download | meta-openembedded-da6eadf8deaab2690a76920f087aa34c6cccc67f.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 14 |
1 files changed, 0 insertions, 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 5f72399ba..000000000 --- a/meta-gnome/recipes-gnome/gnome/libgnomekbd_2.26.0.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SUMMARY = "GNOME keyboard library" | ||
2 | LICENSE = "LGPL" | ||
3 | |||
4 | DEPENDS = "gconf-dbus dbus libxklavier gtk+" | ||
5 | |||
6 | inherit gnome | ||
7 | |||
8 | do_configure_append() { | ||
9 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | ||
10 | find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | ||
11 | } | ||
12 | |||
13 | |||
14 | |||