]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc: remove usage of FILESPATH
authorPetter Mabäcker <petter@technux.se>
Mon, 12 May 2014 13:55:37 +0000 (15:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2014 18:24:02 +0000 (19:24 +0100)
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.

Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/uclibc/uclibc-git.inc

index 0649acaab5b1a494a8ea1c2e5ca036cdcd4a75bf..69e834d6d1eb74a4ff20a6c52fefc8181864f204 100644 (file)
@@ -2,7 +2,7 @@ SRCREV="5eddde8f094ef52dca06695cc598e3b2556dcccb"
 
 PV = "0.9.33+git${SRCPV}"
 
-FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}"
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/uclibc-git:"
 
 SRC_URI = "git://uclibc.org/uClibc.git;branch=master \
        file://uClibc.machine \
@@ -24,6 +24,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master \
        file://0001-Add-eventfd_read-and-eventfd_write.patch \
        file://0002-wire-setns-syscall.patch \
        file://0003-fcntl.h-Define-F_SETPIPE_SZ-and-F_GETPIPE_SZ.patch \
-        file://0004-Add-clock_adjtime-syscall.patch \ 
+       file://0004-Add-clock_adjtime-syscall.patch \ 
        "
 S = "${WORKDIR}/git"