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

git version control git at git.openembedded.org
Sun Nov 15 19:32:01 UTC 2009


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

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

libnl/libnl2_git.bb: switch from SRCREV to SRCPV

---

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

diff --git a/recipes/libnl/libnl2_git.bb b/recipes/libnl/libnl2_git.bb
index 02010dc..367d6a2 100644
--- a/recipes/libnl/libnl2_git.bb
+++ b/recipes/libnl/libnl2_git.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "libnl is a library for applications dealing with netlink sockets"
 SECTION = "libs/network"
 LICENSE = "LGPL"
 HOMEPAGE = "http://people.suug.ch/~tgr/libnl"
-PV = "1.0+gitr${SRCREV}"
+PV = "1.0+gitr${SRCPV}"
+PE = "1"
 PR = "r0"
 
 inherit autotools pkgconfig





More information about the Openembedded-commits mailing list