summaryrefslogtreecommitdiff
path: root/recipes/webm/libvpx_0.9.0.bb
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-09-23 14:47:32 -0400
committerMichael Smith <msmith@cbnco.com>2010-09-27 07:54:54 -0400
commit96eb8296fea83132afcca2bfccf2de2c9f03e211 (patch)
treedb664126c0ba7ac0cc3eded2d9b59d820595887b /recipes/webm/libvpx_0.9.0.bb
parent3619711f4c1c3e99d542801259d029e74a8cab8b (diff)
libvpx: fix 0.9.1 build when prefix=""
The configure script was changed in 0.9.1 and introduced some logic that breaks when prefix is an empty string. Also switch to INC_PR for 0.9.0 and 0.9.1. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/webm/libvpx_0.9.0.bb')
-rw-r--r--recipes/webm/libvpx_0.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
index 8992c04b8a..3447c6f2c9 100644
--- a/recipes/webm/libvpx_0.9.0.bb
+++ b/recipes/webm/libvpx_0.9.0.bb
@@ -2,7 +2,7 @@ require libvpx.inc
LICENSE = "VP8"
-PR = "r3"
+PR = "${INC_PR}.0"
SRC_URI[md5sum] = "9eb8e818d2f3263623c258fe66924082"
SRC_URI[sha256sum] = "a0096ac6859cfb61cf06dd9bc0a79a3333a4ec389ba311911d84df8ff2a1b9dc"