[oe-commits] org.oe.dev efl.bbclass: use autotools to install .pc files

mickeyl commit oe at amethyst.openembedded.net
Sun Mar 23 17:17:14 UTC 2008


efl.bbclass: use autotools to install .pc files

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: b65e0f80dc1f0df9fe6908b2246f58437db398e5
ViewMTN: http://monotone.openembedded.org/revision/info/b65e0f80dc1f0df9fe6908b2246f58437db398e5
Files:
1
classes/efl.bbclass
Diffs:

#
# mt diff -r64705d4f88fd9c4f297332c4c0d758387648d902 -rb65e0f80dc1f0df9fe6908b2246f58437db398e5
#
#
#
# patch "classes/efl.bbclass"
#  from [812d079a9b429c552508ab74839a4404eb45a0df]
#    to [3dac4fa59998910d604314f5e2234dc380a6d4e6]
#
============================================================
--- classes/efl.bbclass	812d079a9b429c552508ab74839a4404eb45a0df
+++ classes/efl.bbclass	3dac4fa59998910d604314f5e2234dc380a6d4e6
@@ -4,8 +4,11 @@ S = "${WORKDIR}/${SRCNAME}"
 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






More information about the Openembedded-commits mailing list