diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-15 14:07:42 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-17 10:36:43 +0100 |
commit | 1c70f2139252b2334884a612522355e60335bd68 (patch) | |
tree | b0010c930ecd958ba3d3571aaf38b59043e59046 /recipes/uclibc | |
parent | 3d48522d8463918b26e4992658f615660092fe12 (diff) |
svn recipes: change +svnr${SRCREV} +svnr${SRCPV}
* Just formal change
* No need to bump PE or PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/uclibc')
-rw-r--r-- | recipes/uclibc/bfin-uclibc_svn.bb | 2 | ||||
-rw-r--r-- | recipes/uclibc/elf2flt_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/uclibc/bfin-uclibc_svn.bb b/recipes/uclibc/bfin-uclibc_svn.bb index e5123ad56e..80efd2610f 100644 --- a/recipes/uclibc/bfin-uclibc_svn.bb +++ b/recipes/uclibc/bfin-uclibc_svn.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.29" -PV = "${UCLIBC_BASE}+svnr${SRCREV}" +PV = "${UCLIBC_BASE}+svnr${SRCPV}" require uclibc.inc PR = "${INC_PR}.0" diff --git a/recipes/uclibc/elf2flt_svn.bb b/recipes/uclibc/elf2flt_svn.bb index 3af893a7a8..e16da367ae 100644 --- a/recipes/uclibc/elf2flt_svn.bb +++ b/recipes/uclibc/elf2flt_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Elf2flt is a wrapper around the linker for uclinux platforms" DEPENDS = "binutils-cross" -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" inherit autotools cross |