inherit base DEPENDS_prepend = "pkgconfig-native " # The namespaces can clash here hence the two step replace def get_pkgconfig_mangle(d): import bb.data s = "-e ''" if not bb.data.inherits_class('native', d): s += " -e 's:=${libdir}:=OELIBDIR:;'" s += " -e 's:=${includedir}:=OEINCDIR:;'" s += " -e 's:=${datadir}:=OEDATADIR:'" s += " -e 's:=${prefix}:=OEPREFIX:'" s += " -e 's:=${exec_prefix}:=OEEXECPREFIX:'" s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'" s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'" s += " -e 's:OEDATADIR:${STAGING_DATADIR}:'" s += " -e 's:OEPREFIX:${STAGING_LIBDIR}/..:'" s += " -e 's:OEEXECPREFIX:${STAGING_LIBDIR}/..:'" return s do_stage_append () { for pc in `find ${S} -name '*.pc'`; do pcname=`basename $pc` install -d ${PKG_CONFIG_PATH} cat $pc | sed ${@get_pkgconfig_mangle(d)} > ${PKG_CONFIG_PATH}/$pcname done } ultitech-corecdp-1.x'>multitech-corecdp-1.x Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-efl.inc
AgeCommit message (Expand)AuthorFiles
2009-01-11python-efl: bump for python 2.6Michael 'Mickey' Lauer1
2008-11-19python-efl: eina is the new base library, factor the dependency into the .inc...Michael 'Mickey' Lauer1
2008-08-24Enlightenment Foundation Libraries MONSTER update courtesy RastermanMichael Lauer1
2008-05-20python-efl.inc: remove bashisms to make the Ubuntu crew happyMichael Lauer1
2008-02-16(python-)efl cvs update and catch up with upstream version changes, add missi...Michael Lauer1
2008-01-13python-efl cvs generate .edj files and ship 'emMichael Lauer1
2008-01-13python-efl cvs ship examples, add python-efl-examples as meta packageMichael Lauer1
2008-01-13python-efl cvs add missing RDEPENDS to python-langMichael Lauer1
2007-12-06python-efl: adjust dependenciesMichael Lauer1
2007-12-06python-efl:Michael Lauer1
2007-08-20python-efl.inc: bump PVMichael Lauer1
2007-07-24add python-efl bindings to task-python-everythingMichael Lauer1
2007-07-24add python-emotion. all python bindings to EFL compile now, but I didn't test...Michael Lauer1
2007-07-24add python bindings to the Enlightenment Foundation LibrariesMichael Lauer1