do_stage () {
if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ]
then
+ # If autotools is active, use the autotools staging function, else
+ # use our "make install" equivalent
if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ]
then
oe_runmake install
SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \
file://no_usr_src.patch;patch=1"
-S="${WORKDIR}/cdrtools-${PV}"
-
inherit native
STAGE_TEMP="${WORKDIR}/stage_temp"
inherit autotools
-S = "${WORKDIR}/cmake-${PV}"
-
do_configure () {
./configure --prefix=${prefix} || die "./bootstrap failed"
}
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://pkgconfig_fix.patch;patch=1"
-S = "${WORKDIR}/curl-${PV}"
inherit autotools_stage pkgconfig binconfig
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
file://dump \
file://filesystems"
-S = "${WORKDIR}/file-${PV}"
inherit autotools_stage
DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native libxml2-native"
-S = "${WORKDIR}/yum-${PV}"
-
inherit autotools native
do_compile_append () {
inherit native
-S = "${WORKDIR}/zip-${PV}"
-
do_stage() {
install -d ${STAGING_BINDIR}
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}