efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig files
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 30 Nov 2011 08:16:52 +0000 (08:16 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:16:58 +0000 (08:16 -0800)
commiteefa4a3affc4f049b55e6f40d1150a3fd8572943
treec6bbba5822c26d01a6aa65d0a7f66d9e34f9e1b1
parente800a683c1bc36b538ef54cfc5bd36282fa6556f
efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig files

* but replace those with ${libdir} and ${includedir}
* it was breaking edbus:
  Cflags: -I${includedir}/e_dbus-1 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include
  after make install:
  Cflags: -I${includedir}/e_dbus-1 /dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include
* and notice that dbus-1 is using -I{libdir} here, so replace it too

(From meta-openembedded rev: dcf924eb24aee888323727a64c33e57317f4d9c7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-efl/classes/efl.bbclass