diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-22 10:15:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:49 +0100 |
commit | f707be7ad16003af6e260297b29e30c92f02a612 (patch) | |
tree | 90a94a5f5c8039bbf85c43b68a5b7bdfe6c9b4a8 /meta | |
parent | ff98be5bd096edc9728ab21d0a344d88c0d5add8 (diff) | |
download | openembedded-core-f707be7ad16003af6e260297b29e30c92f02a612.tar.gz openembedded-core-f707be7ad16003af6e260297b29e30c92f02a612.tar.bz2 openembedded-core-f707be7ad16003af6e260297b29e30c92f02a612.zip |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 3 |
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" |