summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-19 22:16:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 16:56:04 +0000
commit1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729 (patch)
tree3af624acf94a78adb76c607a7a16102967e0d4ef
parente917c7b5a362e34f8d506800f95b0fd715bba70b (diff)
downloadpoky-1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729.tar.gz
ldconfig/cdrtools/icecc-create-env/linuxdoc-tools/python: Set FILESPATH to find -native files
In a small number of cases we need to have ${PN} in FILESPATH rather than ${BPN}. Rather than hurt readability for all other recipes, set FILESPATH in these recipes so we can prune the default. (From OE-Core rev: d61ef6ce86abe5b484a2a2602982f4ded54b3f9a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb2
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb2
-rw-r--r--meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb2
-rw-r--r--meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb2
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.3.bb2
5 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
index 2a939132b8..63ef95b7e7 100644
--- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
@@ -14,6 +14,8 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
14 14
15PR = "r2" 15PR = "r2"
16 16
17FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/"
18
17inherit native 19inherit native
18 20
19S = "${WORKDIR}/${PN}-${PV}" 21S = "${WORKDIR}/${PN}-${PV}"
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
index 9068771bc4..fc479774d9 100644
--- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb
@@ -20,6 +20,8 @@ inherit native
20 20
21STAGE_TEMP = "${WORKDIR}/image-temp" 21STAGE_TEMP = "${WORKDIR}/image-temp"
22 22
23FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
24
23do_install() { 25do_install() {
24 install -d ${STAGE_TEMP} 26 install -d ${STAGE_TEMP}
25 make install INS_BASE=${STAGE_TEMP} 27 make install INS_BASE=${STAGE_TEMP}
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
index 7db39781ee..b04474efcb 100644
--- a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
+++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb
@@ -11,6 +11,8 @@ PR = "r2"
11DEPENDS = "" 11DEPENDS = ""
12INHIBIT_DEFAULT_DEPS = "1" 12INHIBIT_DEFAULT_DEPS = "1"
13 13
14FILESPATH = "${FILE_DIRNAME}/${PN}/"
15
14inherit native 16inherit native
15 17
16PATCHTOOL = "patch" 18PATCHTOOL = "patch"
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb
index fafa42194d..5c9dd6f5da 100644
--- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb
+++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb
@@ -17,6 +17,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \
17SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563" 17SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
18SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec" 18SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
19 19
20FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"
21
20inherit autotools native 22inherit autotools native
21 23
22do_configure () { 24do_configure () {
diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb
index b0b3503ed9..162ecedb73 100644
--- a/meta/recipes-devtools/python/python-native_2.7.3.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.3.bb
@@ -19,6 +19,8 @@ SRC_URI += "file://04-default-is-optimized.patch \
19 " 19 "
20S = "${WORKDIR}/Python-${PV}" 20S = "${WORKDIR}/Python-${PV}"
21 21
22FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/"
23
22inherit native 24inherit native
23 25
24RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" 26RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native"