aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl.bbclass
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-03-23 16:17:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-03-23 16:17:23 +0000
commit9a0c18d3340cd78a452865a8a99369e8b9901391 (patch)
tree10865ef663aeade1ba7def7e7697bf78b8f4708c /classes/efl.bbclass
parenta66c459e7428e3953c603be1349c222bbd00e8b6 (diff)
downloadopenembedded-9a0c18d3340cd78a452865a8a99369e8b9901391.tar.gz
efl.bbclass: use autotools to install .pc files
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r--classes/efl.bbclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index eee28ddc75..cbbe6cad39 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -4,8 +4,11 @@ LICENSE = "MIT BSD"
SRCNAME = "${@bb.data.getVar('PN', d, 1).replace('-native', '')}"
SRC_URI = "${E_CVS};module=e17/libs/${SRCNAME}"
S = "${WORKDIR}/${SRCNAME}"
+DEPENDS += "pkgconfig-native"
-inherit autotools pkgconfig
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+# do NOT inherit pkgconfig here, see note in autotools_stage_all
+inherit autotools
do_stage() {
autotools_stage_all