summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch10
-rw-r--r--meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb (renamed from meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb)2
2 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
index e0fd4fea1..3a1d6832c 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
+++ b/meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch
@@ -1,4 +1,4 @@
1From dc0a5c3d2dd4e79d12a150a246a95c4dc88326f1 Mon Sep 17 00:00:00 2001 1From 2829e6998b7595dd2108c1497fdd02485ef99e2c Mon Sep 17 00:00:00 2001
2From: Koen Kooi <koen@dominion.thruhere.net> 2From: Koen Kooi <koen@dominion.thruhere.net>
3Date: Tue, 16 Aug 2011 16:04:35 +0200 3Date: Tue, 16 Aug 2011 16:04:35 +0200
4Subject: [PATCH] Upstream: not yet 4Subject: [PATCH] Upstream: not yet
@@ -6,16 +6,14 @@ Subject: [PATCH] Upstream: not yet
6Fix configure to accept "--prefix=" (a blank prefix). 6Fix configure to accept "--prefix=" (a blank prefix).
7 7
8--- 8---
9Upstream-Status: Pending
10
11 build/make/configure.sh | 20 ++++++++++++++++---- 9 build/make/configure.sh | 20 ++++++++++++++++----
12 1 file changed, 16 insertions(+), 4 deletions(-) 10 1 file changed, 16 insertions(+), 4 deletions(-)
13 11
14diff --git a/build/make/configure.sh b/build/make/configure.sh 12diff --git a/build/make/configure.sh b/build/make/configure.sh
15index 007e020..04d5cbf 100644 13index b645a666f..0b99a8b38 100644
16--- a/build/make/configure.sh 14--- a/build/make/configure.sh
17+++ b/build/make/configure.sh 15+++ b/build/make/configure.sh
18@@ -581,6 +581,8 @@ process_common_cmdline() { 16@@ -658,6 +658,8 @@ process_common_cmdline() {
19 ;; 17 ;;
20 --prefix=*) 18 --prefix=*)
21 prefix="${optval}" 19 prefix="${optval}"
@@ -24,7 +22,7 @@ index 007e020..04d5cbf 100644
24 ;; 22 ;;
25 --libdir=*) 23 --libdir=*)
26 libdir="${optval}" 24 libdir="${optval}"
27@@ -614,13 +616,23 @@ process_cmdline() { 25@@ -687,13 +689,23 @@ process_cmdline() {
28 } 26 }
29 27
30 post_process_common_cmdline() { 28 post_process_common_cmdline() {
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb
index 1354e2eb9..b4d49842e 100644
--- a/meta-oe/recipes-multimedia/webm/libvpx_1.13.1.bb
+++ b/meta-oe/recipes-multimedia/webm/libvpx_1.14.0.bb
@@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
7 7
8LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
9 9
10SRCREV = "10b9492dcf05b652e2e4b370e205bd605d421972" 10SRCREV = "602e2e8979d111b02c959470da5322797dd96a19"
11SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \ 11SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \
12 file://libvpx-configure-support-blank-prefix.patch \ 12 file://libvpx-configure-support-blank-prefix.patch \
13 " 13 "