diff options
author | Petter Mabäcker <petter@technux.se> | 2014-05-12 15:55:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-13 19:32:05 +0100 |
commit | c631117d76a1d00a6b7f1f5492cb7d6f99a2f96a (patch) | |
tree | 5ab6cbf7e35d3f4bdf974c866e1cff9f6a002439 /meta | |
parent | 6a43ad9f8c76f1ec46293d3d6e356f132f146d23 (diff) | |
download | poky-c631117d76a1d00a6b7f1f5492cb7d6f99a2f96a.tar.gz |
uclibc: remove usage of FILESPATH
Fixes [YOCTO #4497]
Usage of FILESPATH is discouraged, since it can make recipes harder to
bbappend. Instead FILESEXTRAPATHS should be used to extend the path.
(From OE-Core rev: ae8711bc2952e96ac3434624548a3dbfd501ec7f)
Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc-git.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 0649acaab5..69e834d6d1 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc | |||
@@ -2,7 +2,7 @@ SRCREV="5eddde8f094ef52dca06695cc598e3b2556dcccb" | |||
2 | 2 | ||
3 | PV = "0.9.33+git${SRCPV}" | 3 | PV = "0.9.33+git${SRCPV}" |
4 | 4 | ||
5 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" | 5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:" |
6 | 6 | ||
7 | SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ | 7 | SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ |
8 | file://uClibc.machine \ | 8 | file://uClibc.machine \ |
@@ -24,6 +24,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master \ | |||
24 | file://0001-Add-eventfd_read-and-eventfd_write.patch \ | 24 | file://0001-Add-eventfd_read-and-eventfd_write.patch \ |
25 | file://0002-wire-setns-syscall.patch \ | 25 | file://0002-wire-setns-syscall.patch \ |
26 | file://0003-fcntl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch \ | 26 | file://0003-fcntl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch \ |
27 | file://0004-Add-clock_adjtime-syscall.patch \ | 27 | file://0004-Add-clock_adjtime-syscall.patch \ |
28 | " | 28 | " |
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |