]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: remove unnecessary FILESPATHPKG usage
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 22 Jul 2011 09:15:50 +0000 (10:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 10:54:49 +0000 (11:54 +0100)
This was not doing anything (we don't even have the eglibc-svn directory).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-core/eglibc/eglibc_2.13.bb

index 6076ab9b448d23de8a6aa0a7a2658431b319050a..e88e26664ecbfc78903635cccdcb1ba76bbcb8e5 100644 (file)
@@ -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"