git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66c459
)
efl.bbclass: use autotools to install .pc files
author
Michael Lauer
<mickey@vanille-media.de>
Sun, 23 Mar 2008 16:17:23 +0000
(16:17 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Sun, 23 Mar 2008 16:17:23 +0000
(16:17 +0000)
classes/efl.bbclass
patch
|
blob
|
history
diff --git
a/classes/efl.bbclass
b/classes/efl.bbclass
index
eee28dd
..
cbbe6ca
100644
(file)
--- 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