uclibc_git: keep PV at "git"
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 9 Jun 2010 07:10:36 +0000 (07:10 +0000)
committerKhem Raj <raj.khem@gmail.com>
Thu, 10 Jun 2010 00:46:54 +0000 (17:46 -0700)
With this change, you can put
PREFERRED_UCLIBC_VERSION="git" into your conf/local.conf
once or set PREFERRED_VERSION_uclibc{*}="git" and need
not adjust local.conf if the git revision was changed.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/uclibc/uclibc_git.bb

index 99ea40e..bbff94d 100644 (file)
@@ -7,14 +7,14 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.31"
-SRCREV="94a99ff6131111381e7f803e10638ab547c40c2f"
-PV = "${UCLIBC_BASE}+gitr${SRCREV}"
+SRCREV="0ee65752ee4c023a70d134919ec7604273e46cdb"
+PR_append = "+gitr${SRCPV}"
 DEFAULT_PREFERENCE = "-1"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.
 
 require uclibc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
 #recent versions uclibc require real kernel headers