summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc_2.13.bb
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 12:02:40 +0100
commit89b30c36b1db2545b4093c7b809c63b5b1abfc8c (patch)
tree0a1bb434a5016cfc69629ff66ab2435d3ff2ca69 /meta/recipes-core/eglibc/eglibc_2.13.bb
parent70059b83da9b6f2b8fa4caf2a7f169124258000f (diff)
downloadpoky-89b30c36b1db2545b4093c7b809c63b5b1abfc8c.tar.gz
eglibc: remove unnecessary FILESPATHPKG usage
This was not doing anything (we don't even have the eglibc-svn directory). (From OE-Core rev: f707be7ad16003af6e260297b29e30c92f02a612) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc_2.13.bb')
-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
3SRCREV = "14157" 3SRCREV = "14157"
4 4
5DEPENDS += "gperf-native" 5DEPENDS += "gperf-native"
6FILESPATHPKG =. "eglibc-svn:" 6PR = "r9"
7PR = "r8"
8PR_append = "+svnr${SRCPV}" 7PR_append = "+svnr${SRCPV}"
9 8
10EGLIBC_BRANCH="eglibc-2_13" 9EGLIBC_BRANCH="eglibc-2_13"