Remove unneeded S variables

This commit is contained in:
Richard Purdie 2009-01-03 18:34:00 +00:00
parent 467b5bc1e0
commit f091e6c78a
7 changed files with 2 additions and 10 deletions

View File

@ -80,6 +80,8 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}"
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

View File

@ -10,8 +10,6 @@ PR = "r1"
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"

View File

@ -10,8 +10,6 @@ SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz
inherit autotools
S = "${WORKDIR}/cmake-${PV}"
do_configure () {
./configure --prefix=${prefix} || die "./bootstrap failed"
}

View File

@ -6,7 +6,6 @@ PR = "r1"
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

View File

@ -7,7 +7,6 @@ DEPENDS = "file-native"
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
file://dump \
file://filesystems"
S = "${WORKDIR}/file-${PV}"
inherit autotools_stage

View File

@ -9,8 +9,6 @@ PR = "r7"
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 () {

View File

@ -2,8 +2,6 @@ require zip_${PV}.bb
inherit native
S = "${WORKDIR}/zip-${PV}"
do_stage() {
install -d ${STAGING_BINDIR}
install zip zipnote zipsplit zipcloak ${STAGING_BINDIR}