diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-28 19:01:19 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-28 19:01:19 +0100 |
commit | e1d692c12628ac164b020bf5f70d8bd20aee636b (patch) | |
tree | 1a36023a3a8d011d67e21ab56a8dc2c4c572f946 /recipes | |
parent | 13920da39c263b1cea866a01df6678eb8758cddf (diff) |
babilo-efl: switch SRCREV -> SRCPV, formal change as bzr returns sortable revision number
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/openmoko-3rdparty/babiloo-efl_bzr.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openmoko-3rdparty/babiloo-efl_bzr.bb b/recipes/openmoko-3rdparty/babiloo-efl_bzr.bb index 5c9c22503f..614c095b8b 100644 --- a/recipes/openmoko-3rdparty/babiloo-efl_bzr.bb +++ b/recipes/openmoko-3rdparty/babiloo-efl_bzr.bb @@ -9,7 +9,7 @@ RDEPENDS = "python-elementary python-compression python-misc python-netclient" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" -PV = "2.0.9-bzrr${SRCREV}" +PV = "2.0.9-bzrr${SRCPV}" SRC_URI = "bzr://bazaar.launchpad.net/~vaudano/babiloo/efl" |