diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2010-04-02 05:51:58 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-07 10:53:09 +0200 |
commit | 2e4e91e5dde6ac25a14afc9a26a5de1f0cf7a5f6 (patch) | |
tree | bde74bb3cdff153b85330219ff7cb77d6610476e /recipes/libvalhalla | |
parent | 9329265ecd70b6dca9c8db4b577b49146339ebf4 (diff) |
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@users.sourceforge.net>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libvalhalla')
-rw-r--r-- | 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 73a4cd043a..5f08fdc73d 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" |