[oe-commits] Martin Jansa : uclibc/uclibc_nptl.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:08:11 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 0e6111af19964c312e43d836794f257b2acc4b4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e6111af19964c312e43d836794f257b2acc4b4b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 21:06:57 2009 +0100

uclibc/uclibc_nptl.bb: switch from SRCREV to SRCPV

---

 recipes/uclibc/uclibc_nptl.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/uclibc/uclibc_nptl.bb b/recipes/uclibc/uclibc_nptl.bb
index d5d6d1a..50403fe 100644
--- a/recipes/uclibc/uclibc_nptl.bb
+++ b/recipes/uclibc/uclibc_nptl.bb
@@ -8,7 +8,8 @@
 #
 UCLIBC_BASE ?= "0.9.30"
 SRCREV="8a6a88f5032ccbc3bfb8836c783a55316b156481"
-PV = "${UCLIBC_BASE}+gitr${SRCREV}"
+PV = "${UCLIBC_BASE}+gitr${SRCPV}"
+PE = "1"
 DEFAULT_PREFERENCE = "-1"
 #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take
 # precedence.





More information about the Openembedded-commits mailing list