diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-09 07:10:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-09 17:46:54 -0700 |
commit | 070e46f2932b254a617d7ce88af9b078c2a2849f (patch) | |
tree | c8c1e93be973a8c7443935cbd9892248f40e698c /recipes/uclibc/uclibc_git.bb | |
parent | 428c2de6d27dd49274b9884c3123b053c42af0ce (diff) |
uclibc_git: keep PV at "git"
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>
Diffstat (limited to 'recipes/uclibc/uclibc_git.bb')
-rw-r--r-- | recipes/uclibc/uclibc_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 99ea40e054..bbff94d881 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -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 |