mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
libvpx: upgrade 1.14.1 -> 1.15.0
libvpx-configure-support-blank-prefix.patch refreshed for 1.15.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4d7202b296
commit
ea3363dcc0
|
|
@ -1,4 +1,4 @@
|
||||||
From 1bbbf27a23c91dcc271b773a97153063461b986d Mon Sep 17 00:00:00 2001
|
From c71898649e300d7e5700cd247d7ae994c7faa406 Mon Sep 17 00:00:00 2001
|
||||||
From: Koen Kooi <koen@dominion.thruhere.net>
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
||||||
Date: Tue, 16 Aug 2011 16:04:35 +0200
|
Date: Tue, 16 Aug 2011 16:04:35 +0200
|
||||||
Subject: [PATCH] Upstream: not yet
|
Subject: [PATCH] Upstream: not yet
|
||||||
|
|
@ -11,10 +11,10 @@ Upstream-Status: Pending
|
||||||
1 file changed, 16 insertions(+), 4 deletions(-)
|
1 file changed, 16 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/build/make/configure.sh b/build/make/configure.sh
|
diff --git a/build/make/configure.sh b/build/make/configure.sh
|
||||||
index 93643f3de..e84198200 100644
|
index 8220d5cbe..923daf8bc 100644
|
||||||
--- a/build/make/configure.sh
|
--- a/build/make/configure.sh
|
||||||
+++ b/build/make/configure.sh
|
+++ b/build/make/configure.sh
|
||||||
@@ -692,6 +692,8 @@ process_common_cmdline() {
|
@@ -699,6 +699,8 @@ process_common_cmdline() {
|
||||||
;;
|
;;
|
||||||
--prefix=*)
|
--prefix=*)
|
||||||
prefix="${optval}"
|
prefix="${optval}"
|
||||||
|
|
@ -23,7 +23,7 @@ index 93643f3de..e84198200 100644
|
||||||
;;
|
;;
|
||||||
--libdir=*)
|
--libdir=*)
|
||||||
libdir="${optval}"
|
libdir="${optval}"
|
||||||
@@ -721,13 +723,23 @@ process_cmdline() {
|
@@ -728,13 +730,23 @@ process_cmdline() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_process_common_cmdline() {
|
post_process_common_cmdline() {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4"
|
||||||
|
|
||||||
SRCREV = "12f3a2ac603e8f10742105519e0cd03c3b8f71dd"
|
SRCREV = "9f9b7e9ba2eb9d01640a9e69a3d655866265cf7f"
|
||||||
SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \
|
SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \
|
||||||
file://libvpx-configure-support-blank-prefix.patch \
|
file://libvpx-configure-support-blank-prefix.patch \
|
||||||
"
|
"
|
||||||
Loading…
Reference in New Issue
Block a user