diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 22:16:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:56:04 +0000 |
commit | 1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729 (patch) | |
tree | 3af624acf94a78adb76c607a7a16102967e0d4ef /meta/recipes-core | |
parent | e917c7b5a362e34f8d506800f95b0fd715bba70b (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb | 2 |
1 files changed, 2 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 | ||
15 | PR = "r2" | 15 | PR = "r2" |
16 | 16 | ||
17 | FILESPATH = "${FILE_DIRNAME}/${PN}-${PV}/" | ||
18 | |||
17 | inherit native | 19 | inherit native |
18 | 20 | ||
19 | S = "${WORKDIR}/${PN}-${PV}" | 21 | S = "${WORKDIR}/${PN}-${PV}" |