aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-02 00:39:34 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-09-26 05:41:52 +0200
commit6b7bf44b21797ac018fd41269818b603bccd078d (patch)
tree00d05210e80d173e26e9c7eebb16ab1f6d703c3e /meta-gnome
parentaf971abbf0657ec40bb8d8d4516c077c76d52dd0 (diff)
downloadmeta-openembedded-contrib-6b7bf44b21797ac018fd41269818b603bccd078d.tar.gz
libgnomekbd: Drop using autotools-brokensep
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
index 038119299b..d14806215c 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb
@@ -6,17 +6,13 @@ SECTION = "x11/gnome/libs"
DEPENDS = "gconf gtk+ glib-2.0 libxklavier"
-inherit gnome autotools-brokensep
+inherit gnome
SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd"
SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256"
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
+ find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
}
-
-
-
-