mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:59:51 +00:00
libgnomekbd: Drop using autotools-brokensep
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
af971abbf0
commit
6b7bf44b21
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user