aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-22 10:15:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-27 11:54:49 +0100
commitf707be7ad16003af6e260297b29e30c92f02a612 (patch)
tree90a94a5f5c8039bbf85c43b68a5b7bdfe6c9b4a8
parentff98be5bd096edc9728ab21d0a344d88c0d5add8 (diff)
downloadopenembedded-core-contrib-f707be7ad16003af6e260297b29e30c92f02a612.tar.gz
eglibc: remove unnecessary FILESPATHPKG usage
This was not doing anything (we don't even have the eglibc-svn directory). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-core/eglibc/eglibc_2.13.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb
index 6076ab9b44..e88e26664e 100644
--- a/meta/recipes-core/eglibc/eglibc_2.13.bb
+++ b/meta/recipes-core/eglibc/eglibc_2.13.bb
@@ -3,8 +3,7 @@ require eglibc.inc
SRCREV = "14157"
DEPENDS += "gperf-native"
-FILESPATHPKG =. "eglibc-svn:"
-PR = "r8"
+PR = "r9"
PR_append = "+svnr${SRCPV}"
EGLIBC_BRANCH="eglibc-2_13"