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>
This commit is contained in:
Richard Purdie 2012-11-19 22:16:22 +00:00
parent e917c7b5a3
commit 1b4dcf10b0
5 changed files with 10 additions and 0 deletions

View File

@ -14,6 +14,8 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
PR = "r2"
FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/"
inherit native
S = "${WORKDIR}/${PN}-${PV}"

View File

@ -20,6 +20,8 @@ inherit native
STAGE_TEMP = "${WORKDIR}/image-temp"
FILESPATH = "${FILE_DIRNAME}/cdrtools-native/"
do_install() {
install -d ${STAGE_TEMP}
make install INS_BASE=${STAGE_TEMP}

View File

@ -11,6 +11,8 @@ PR = "r2"
DEPENDS = ""
INHIBIT_DEFAULT_DEPS = "1"
FILESPATH = "${FILE_DIRNAME}/${PN}/"
inherit native
PATCHTOOL = "patch"

View File

@ -17,6 +17,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.tar.gz \
SRC_URI[md5sum] = "f214e79b0dd084689cd04f18722bd563"
SRC_URI[sha256sum] = "128cabb52ef8fb2f370ee488ea92bf4d8e49859200c7c8cae807abfe860a62ec"
FILESPATH = "${FILE_DIRNAME}/linuxdoc-tools-native/"
inherit autotools native
do_configure () {

View File

@ -19,6 +19,8 @@ SRC_URI += "file://04-default-is-optimized.patch \
"
S = "${WORKDIR}/Python-${PV}"
FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/"
inherit native
RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native"