libidl: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:22:36 +0000 (13:22 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:22:36 +0000 (13:22 +0000)
packages/libidl/libidl_0.8.2.bb
packages/libidl/libidl_0.8.3.bb
packages/libidl/libidl_0.8.6.bb

index 85114d6..8a5b683 100644 (file)
@@ -6,5 +6,5 @@ S = "${WORKDIR}/libIDL-${PV}"
 inherit autotools  pkgconfig
 
 do_stage () {
-       oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+       autotools_stage_all
 }
index 7a5a0d4..5f788a9 100644 (file)
@@ -13,13 +13,7 @@ inherit autotools pkgconfig
 # 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
index 33a1154..2f44147 100644 (file)
@@ -10,9 +10,6 @@ S = "${WORKDIR}/libIDL-${PV}"
 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
 }