[oe-commits] Paul Menzel : libvalhalla: Correct `PV` for `libvalhalla_hg.bb`.

git version control git at git.openembedded.org
Wed Apr 7 08:53:55 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 2e4e91e5dde6ac25a14afc9a26a5de1f0cf7a5f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e4e91e5dde6ac25a14afc9a26a5de1f0cf7a5f6

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Fri Apr  2 05:51:58 2010 +0000

libvalhalla: Correct `PV` for `libvalhalla_hg.bb`.

Otherwise `libvalhalla_1.0.1.bb` is the preferred recipe if `bitbake libvalhalla` is run.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
Acked-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libvalhalla/libvalhalla_hg.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libvalhalla/libvalhalla_hg.bb b/recipes/libvalhalla/libvalhalla_hg.bb
index 73a4cd0..5f08fdc 100644
--- a/recipes/libvalhalla/libvalhalla_hg.bb
+++ b/recipes/libvalhalla/libvalhalla_hg.bb
@@ -1,5 +1,5 @@
 require libvalhalla.inc
-PV = "1.0.0+hg"
+PV = "1.0.1+hg"
 PR = "${INC_PR}.0"
 
 SRCREV = "a12610802732"





More information about the Openembedded-commits mailing list