diff options
author | Graeme Gregory <dp@xora.org.uk> | 2010-02-08 09:10:28 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2010-02-08 09:10:28 +0000 |
commit | 4e6d406d43bfcae341fa22399025ecb0f21f10a6 (patch) | |
tree | 76e57c694e510f47766921f363880314808d2396 | |
parent | dac96029c41f24444699160f778c440741f1e833 (diff) | |
parent | 958e674180cfa6b98d84a8c90bc69af4404b4569 (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
-rw-r--r-- | recipes/eglibc/eglibc_2.11.bb | 2 | ||||
-rw-r--r-- | recipes/eglibc/eglibc_svn.bb | 2 | ||||
-rw-r--r-- | recipes/subversion/subversion_1.6.5.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/eglibc/eglibc_2.11.bb b/recipes/eglibc/eglibc_2.11.bb index 3c7fd04e18..96231c5376 100644 --- a/recipes/eglibc/eglibc_2.11.bb +++ b/recipes/eglibc/eglibc_2.11.bb @@ -5,7 +5,7 @@ DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" PV = "2.11" PR = "${INC_PR}.1" -SVN_REV="9497" +SVN_REV="9738" EGLIBC_BRANCH="eglibc-2_11" SRC_URI = "svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};rev=${SVN_REV};proto=svn \ file://eglibc-svn-arm-lowlevellock-include-tls.patch;patch=1 \ diff --git a/recipes/eglibc/eglibc_svn.bb b/recipes/eglibc/eglibc_svn.bb index c2e0534974..096425caec 100644 --- a/recipes/eglibc/eglibc_svn.bb +++ b/recipes/eglibc/eglibc_svn.bb @@ -1,7 +1,7 @@ require eglibc.inc DEPENDS += "gperf-native" -SRCREV = "9570" +SRCREV = "9803" DEFAULT_PREFERENCE = "-1" FILESPATHPKG =. "eglibc-svn:" PV = "2.11+svnr${SRCPV}" diff --git a/recipes/subversion/subversion_1.6.5.bb b/recipes/subversion/subversion_1.6.5.bb index 50f5e6e5d6..09bf1f3681 100644 --- a/recipes/subversion/subversion_1.6.5.bb +++ b/recipes/subversion/subversion_1.6.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "The Subversion (svn) client" SECTION = "console/network" -DEPENDS = "apr-util neon" +DEPENDS = "apr-util neon sqlite3" RDEPENDS = "neon" LICENSE = "Apache BSD" HOMEPAGE = "http://subversion.tigris.org/" |