diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-07 21:03:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-08 09:52:20 +0200 |
commit | fca4a21b18063f16d5dff4adc914a2f131af3696 (patch) | |
tree | a11ce397fef612c742e25bcb124026e8a0619610 /recipes/jpeg | |
parent | fc909a927ddfcb4c0c10da1b278b496c68319a6a (diff) |
recipes: bump PR for packages depending on jpeg which changed .so name with 6b -> 8b upgrade
* distro maintainers: please consider upgrading jpeg first to bump PR just once
* this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
Diffstat (limited to 'recipes/jpeg')
-rw-r--r-- | recipes/jpeg/jasper_1.900.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/jpeg/jasper_1.900.1.bb b/recipes/jpeg/jasper_1.900.1.bb index 8d76e991ec..0e0bc9792c 100644 --- a/recipes/jpeg/jasper_1.900.1.bb +++ b/recipes/jpeg/jasper_1.900.1.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Jpeg 2000 implementation" LICENSE = "MIT" +PR = "r1" do_unpack[depends] += "unzip-native:do_populate_sysroot" SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" |