diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-09-02 00:39:34 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-26 05:41:52 +0200 |
| commit | 6b7bf44b21797ac018fd41269818b603bccd078d (patch) | |
| tree | 00d05210e80d173e26e9c7eebb16ab1f6d703c3e | |
| parent | af971abbf0657ec40bb8d8d4516c077c76d52dd0 (diff) | |
| download | meta-openembedded-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>
| -rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | 10 |
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" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "gconf gtk+ glib-2.0 libxklavier" | 7 | DEPENDS = "gconf gtk+ glib-2.0 libxklavier" |
| 8 | 8 | ||
| 9 | inherit gnome autotools-brokensep | 9 | inherit gnome |
| 10 | 10 | ||
| 11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" | 11 | SRC_URI[archive.md5sum] = "de32a6e3e3464b566eecdc4332bf34bd" |
| 12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" | 12 | SRC_URI[archive.sha256sum] = "ddd52c4cc7d83ad7ef964a1bcb4db87407e65b00ffc3e70c088ca4ee7383d256" |
| 13 | 13 | ||
| 14 | do_configure_append() { | 14 | do_configure_append() { |
| 15 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 15 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 16 | find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 16 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | |||
| 20 | |||
| 21 | |||
| 22 | |||
