diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 18:34:00 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 18:34:00 +0000 |
commit | f091e6c78ac882deae3961939af57d5423560db3 (patch) | |
tree | 57b10065ec70e154aa6fdf59f96f4470ec6b50ed /meta | |
parent | 467b5bc1e0e02e4471b8cd6caf9b00308f7a2f00 (diff) | |
download | poky-f091e6c78ac882deae3961939af57d5423560db3.tar.gz |
Remove unneeded S variables
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/native.bbclass | 2 | ||||
-rw-r--r-- | meta/packages/cdrtools/cdrtools-native_2.01.bb | 2 | ||||
-rw-r--r-- | meta/packages/cmake/cmake.inc | 2 | ||||
-rw-r--r-- | meta/packages/curl/curl_7.18.0.bb | 1 | ||||
-rw-r--r-- | meta/packages/file/file_4.18.bb | 1 | ||||
-rw-r--r-- | meta/packages/yum/yum-native_3.2.18.bb | 2 | ||||
-rw-r--r-- | meta/packages/zip/zip-native_2.32.bb | 2 |
7 files changed, 2 insertions, 10 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 077ac9c8a3..1fb6e66ced 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -80,6 +80,8 @@ export oldincludedir = "${STAGING_DIR_NATIVE}${layout_includedir}" | |||
80 | do_stage () { | 80 | do_stage () { |
81 | if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] | 81 | if [ "${INHIBIT_NATIVE_STAGE_INSTALL}" != "1" ] |
82 | then | 82 | then |
83 | # If autotools is active, use the autotools staging function, else | ||
84 | # use our "make install" equivalent | ||
83 | if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] | 85 | if [ "${AUTOTOOLS_NATIVE_STAGE_INSTALL}" != "1" ] |
84 | then | 86 | then |
85 | oe_runmake install | 87 | oe_runmake install |
diff --git a/meta/packages/cdrtools/cdrtools-native_2.01.bb b/meta/packages/cdrtools/cdrtools-native_2.01.bb index be99bea862..4ed91a7f45 100644 --- a/meta/packages/cdrtools/cdrtools-native_2.01.bb +++ b/meta/packages/cdrtools/cdrtools-native_2.01.bb | |||
@@ -10,8 +10,6 @@ PR = "r1" | |||
10 | SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ | 10 | SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ |
11 | file://no_usr_src.patch;patch=1" | 11 | file://no_usr_src.patch;patch=1" |
12 | 12 | ||
13 | S="${WORKDIR}/cdrtools-${PV}" | ||
14 | |||
15 | inherit native | 13 | inherit native |
16 | 14 | ||
17 | STAGE_TEMP="${WORKDIR}/stage_temp" | 15 | STAGE_TEMP="${WORKDIR}/stage_temp" |
diff --git a/meta/packages/cmake/cmake.inc b/meta/packages/cmake/cmake.inc index 7cd1e8a7ec..9e5e2600d1 100644 --- a/meta/packages/cmake/cmake.inc +++ b/meta/packages/cmake/cmake.inc | |||
@@ -10,8 +10,6 @@ SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz | |||
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||
13 | S = "${WORKDIR}/cmake-${PV}" | ||
14 | |||
15 | do_configure () { | 13 | do_configure () { |
16 | ./configure --prefix=${prefix} || die "./bootstrap failed" | 14 | ./configure --prefix=${prefix} || die "./bootstrap failed" |
17 | } | 15 | } |
diff --git a/meta/packages/curl/curl_7.18.0.bb b/meta/packages/curl/curl_7.18.0.bb index cf4926bfbb..71c157e527 100644 --- a/meta/packages/curl/curl_7.18.0.bb +++ b/meta/packages/curl/curl_7.18.0.bb | |||
@@ -6,7 +6,6 @@ PR = "r1" | |||
6 | 6 | ||
7 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ | 7 | SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \ |
8 | file://pkgconfig_fix.patch;patch=1" | 8 | file://pkgconfig_fix.patch;patch=1" |
9 | S = "${WORKDIR}/curl-${PV}" | ||
10 | 9 | ||
11 | inherit autotools_stage pkgconfig binconfig | 10 | inherit autotools_stage pkgconfig binconfig |
12 | 11 | ||
diff --git a/meta/packages/file/file_4.18.bb b/meta/packages/file/file_4.18.bb index c26228a364..6d2eed0cd2 100644 --- a/meta/packages/file/file_4.18.bb +++ b/meta/packages/file/file_4.18.bb | |||
@@ -7,7 +7,6 @@ DEPENDS = "file-native" | |||
7 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ |
8 | file://dump \ | 8 | file://dump \ |
9 | file://filesystems" | 9 | file://filesystems" |
10 | S = "${WORKDIR}/file-${PV}" | ||
11 | 10 | ||
12 | inherit autotools_stage | 11 | inherit autotools_stage |
13 | 12 | ||
diff --git a/meta/packages/yum/yum-native_3.2.18.bb b/meta/packages/yum/yum-native_3.2.18.bb index f4dc87ed43..7c3578fc94 100644 --- a/meta/packages/yum/yum-native_3.2.18.bb +++ b/meta/packages/yum/yum-native_3.2.18.bb | |||
@@ -9,8 +9,6 @@ PR = "r7" | |||
9 | 9 | ||
10 | DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native libxml2-native" | 10 | DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native libxml2-native" |
11 | 11 | ||
12 | S = "${WORKDIR}/yum-${PV}" | ||
13 | |||
14 | inherit autotools native | 12 | inherit autotools native |
15 | 13 | ||
16 | do_compile_append () { | 14 | do_compile_append () { |
diff --git a/meta/packages/zip/zip-native_2.32.bb b/meta/packages/zip/zip-native_2.32.bb index cfa4272378..5038188247 100644 --- a/meta/packages/zip/zip-native_2.32.bb +++ b/meta/packages/zip/zip-native_2.32.bb | |||
@@ -2,8 +2,6 @@ require zip_${PV}.bb | |||
2 | 2 | ||
3 | inherit native | 3 | inherit native |
4 | 4 | ||
5 | S = "${WORKDIR}/zip-${PV}" | ||
6 | |||
7 | do_stage() { | 5 | do_stage() { |
8 | install -d ${STAGING_BINDIR} | 6 | install -d ${STAGING_BINDIR} |
9 | install zip zipnote zipsplit zipcloak ${STAGING_BINDIR} | 7 | install zip zipnote zipsplit zipcloak ${STAGING_BINDIR} |