[oe-commits] org.oe.dev libidl: Use autotools_stage_all

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:28:49 UTC 2008


libidl: Use autotools_stage_all

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 20be77ba4e7e955ad14d1ca8b94da79d38acaaca
ViewMTN: http://monotone.openembedded.org/revision/info/20be77ba4e7e955ad14d1ca8b94da79d38acaaca
Files:
1
packages/libidl/libidl_0.8.2.bb
packages/libidl/libidl_0.8.3.bb
packages/libidl/libidl_0.8.6.bb
Diffs:

#
# mt diff -r2a0669f06c54e672869fd5943c0428fb5563a512 -r20be77ba4e7e955ad14d1ca8b94da79d38acaaca
#
# 
# 
# patch "packages/libidl/libidl_0.8.2.bb"
#  from [47b65ec54de51f2335aa15ccfe234573e440340b]
#    to [04b0aad36b91521563e15a8f7552fe71538ace92]
# 
# patch "packages/libidl/libidl_0.8.3.bb"
#  from [f9b5001826fe50bcdf2155f21a642d82e544bda3]
#    to [3fd7da06c7073aaedd836974389d20d4d6e09ca3]
# 
# patch "packages/libidl/libidl_0.8.6.bb"
#  from [78196c500e6ee0fe8e7a475ab000ee657e43ff71]
#    to [8f435cc271fab3eb7b68ccffd543e049e178b89e]
# 
============================================================
--- packages/libidl/libidl_0.8.2.bb	47b65ec54de51f2335aa15ccfe234573e440340b
+++ packages/libidl/libidl_0.8.2.bb	04b0aad36b91521563e15a8f7552fe71538ace92
@@ -6,5 +6,5 @@ do_stage () {
 inherit autotools  pkgconfig
 
 do_stage () {
-	oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+	autotools_stage_all
 }
============================================================
--- packages/libidl/libidl_0.8.3.bb	f9b5001826fe50bcdf2155f21a642d82e544bda3
+++ packages/libidl/libidl_0.8.3.bb	3fd7da06c7073aaedd836974389d20d4d6e09ca3
@@ -13,13 +13,7 @@ do_stage() {
 # strange reason - so we do some sed fu to fix the path there
 
 do_stage() {
-	oe_runmake install \
-		prefix=${STAGING_DIR} \
-		bindir=${STAGING_BINDIR} \
-		includedir=${STAGING_INCDIR} \
-		libdir=${STAGING_LIBDIR} \
-		datadir=${STAGING_DATADIR} \
-		infodir=${STAGING_INFODIR}
+	autotools_stage_all
 
 	cp ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR}/libIDL-config-2.orig
 	cat ${STAGING_BINDIR}/libIDL-config-2.orig | sed -e 's:${includedir}:${STAGING_INCDIR}:' > ${STAGING_BINDIR}/libIDL-config-2
============================================================
--- packages/libidl/libidl_0.8.6.bb	78196c500e6ee0fe8e7a475ab000ee657e43ff71
+++ packages/libidl/libidl_0.8.6.bb	8f435cc271fab3eb7b68ccffd543e049e178b89e
@@ -10,9 +10,6 @@ inherit autotools pkgconfig binconfig
 BINCONFIG_GLOB = "*-config-2"
 inherit autotools pkgconfig binconfig
 
-# Firefox uses the libIDL-config-2 script instead of pkgconfig (for some
-# strange reason - so we do some sed fu to fix the path there
-
 do_stage() {
 	autotools_stage_all
 }






More information about the Openembedded-commits mailing list