[oe-commits] Khem Raj : eglibc: Use FILESPATHPKG, move SRCREV to svn recipe

git version control git at git.openembedded.org
Sun Aug 16 07:54:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2001d352e87a4a143c6dd4bed2d3261937c16eba
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2001d352e87a4a143c6dd4bed2d3261937c16eba

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug 16 00:52:25 2009 -0700

eglibc: Use FILESPATHPKG, move SRCREV to svn recipe

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/include/sane-srcrevs.inc |    2 --
 recipes/eglibc/eglibc_2.10.bb        |    3 +--
 recipes/eglibc/eglibc_2.9.bb         |    3 +--
 recipes/eglibc/eglibc_svn.bb         |    6 +++---
 4 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 342d785..a9cc84f 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -39,8 +39,6 @@ SRCREV_pn-dfu-util-native ?= "4160"
 SRCREV_pn-diversity-daemon ?= "571"
 SRCREV_pn-diversity-radar ?= "453"
 SRCREV_pn-eds-dbus ?= "736"
-SRCREV_pn-eglibc ?= "8139"
-SRCREV_pn-eglibc-initial ?= "8139"
 SRCREV_pn-enlazar ?= "37"
 SRCREV_pn-essential-dialer ?= "194"
 SRCREV_pn-exalt ?= "79"
diff --git a/recipes/eglibc/eglibc_2.10.bb b/recipes/eglibc/eglibc_2.10.bb
index 414bb86..b31e23e 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 7ab4815..f75718f 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 3bbb405..be23108 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"





More information about the Openembedded-commits mailing list