summaryrefslogtreecommitdiff
path: root/recipes/eglibc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/eglibc')
-rw-r--r--recipes/eglibc/eglibc_2.10.bb3
-rw-r--r--recipes/eglibc/eglibc_2.9.bb3
-rw-r--r--recipes/eglibc/eglibc_svn.bb6
3 files changed, 5 insertions, 7 deletions
diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb
index 414bb86842..b31e23ef48 100644
--- a/recipes/eglibc/eglibc_2.10.bb
+++ b/recipes/eglibc/eglibc_2.10.bb
@@ -1,8 +1,7 @@
require eglibc.inc
DEPENDS += "gperf-native"
-DEFAULT_PREFERENCE = "1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
+FILESPATHPKG =. "eglibc-svn:"
PV = "2.10"
PR = "${INC_PR}.1"
SVN_REV="8632"
diff --git a/recipes/eglibc/eglibc_2.9.bb b/recipes/eglibc/eglibc_2.9.bb
index 7ab481580a..f75718fa32 100644
--- a/recipes/eglibc/eglibc_2.9.bb
+++ b/recipes/eglibc/eglibc_2.9.bb
@@ -1,8 +1,7 @@
require eglibc.inc
DEPENDS += "gperf-native"
-DEFAULT_PREFERENCE = "1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
+FILESPATHPKG =. "eglibc-svn:"
PV = "2.9"
PR = "${INC_PR}.2"
SVN_REV="7430"
diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb
index 3bbb40578d..be2310829c 100644
--- a/recipes/eglibc/eglibc_svn.bb
+++ b/recipes/eglibc/eglibc_svn.bb
@@ -1,9 +1,9 @@
require eglibc.inc
DEPENDS += "gperf-native"
-SRCREV = "8551"
-# DEFAULT_PREFERENCE = "-1"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/eglibc-svn"
+SRCREV = "8831"
+DEFAULT_PREFERENCE = "-1"
+FILESPATHPKG =. "eglibc-svn:"
PV = "2.10+svnr${SRCREV}"
PR = "${INC_PR}.1"
EGLIBC_BRANCH="trunk"