diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:17 -0800 |
| commit | ea3363dcc014c1bf8278a1770c84f2a927d8ab7e (patch) | |
| tree | bf8ae2dc88bfd84693f9efe0b0d8df902dd8e918 /meta-oe/recipes-multimedia/webm | |
| parent | 4d7202b296380f6ac5f77bf687f0b925a36f3cd6 (diff) | |
| download | meta-openembedded-ea3363dcc014c1bf8278a1770c84f2a927d8ab7e.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia/webm')
| -rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx/libvpx-configure-support-blank-prefix.patch | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/webm/libvpx_1.15.0.bb (renamed from meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb) | 2 |
2 files changed, 5 insertions, 5 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 bd3d697885..04c4804c05 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 @@ | |||
| 1 | From 1bbbf27a23c91dcc271b773a97153063461b986d Mon Sep 17 00:00:00 2001 | 1 | From c71898649e300d7e5700cd247d7ae994c7faa406 Mon Sep 17 00:00:00 2001 |
| 2 | From: Koen Kooi <koen@dominion.thruhere.net> | 2 | From: Koen Kooi <koen@dominion.thruhere.net> |
| 3 | Date: Tue, 16 Aug 2011 16:04:35 +0200 | 3 | Date: Tue, 16 Aug 2011 16:04:35 +0200 |
| 4 | Subject: [PATCH] Upstream: not yet | 4 | Subject: [PATCH] Upstream: not yet |
| @@ -11,10 +11,10 @@ Upstream-Status: Pending | |||
| 11 | 1 file changed, 16 insertions(+), 4 deletions(-) | 11 | 1 file changed, 16 insertions(+), 4 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/build/make/configure.sh b/build/make/configure.sh | 13 | diff --git a/build/make/configure.sh b/build/make/configure.sh |
| 14 | index 93643f3de..e84198200 100644 | 14 | index 8220d5cbe..923daf8bc 100644 |
| 15 | --- a/build/make/configure.sh | 15 | --- a/build/make/configure.sh |
| 16 | +++ b/build/make/configure.sh | 16 | +++ b/build/make/configure.sh |
| 17 | @@ -692,6 +692,8 @@ process_common_cmdline() { | 17 | @@ -699,6 +699,8 @@ process_common_cmdline() { |
| 18 | ;; | 18 | ;; |
| 19 | --prefix=*) | 19 | --prefix=*) |
| 20 | prefix="${optval}" | 20 | prefix="${optval}" |
| @@ -23,7 +23,7 @@ index 93643f3de..e84198200 100644 | |||
| 23 | ;; | 23 | ;; |
| 24 | --libdir=*) | 24 | --libdir=*) |
| 25 | libdir="${optval}" | 25 | libdir="${optval}" |
| 26 | @@ -721,13 +723,23 @@ process_cmdline() { | 26 | @@ -728,13 +730,23 @@ process_cmdline() { |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | post_process_common_cmdline() { | 29 | post_process_common_cmdline() { |
diff --git a/meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb b/meta-oe/recipes-multimedia/webm/libvpx_1.15.0.bb index f32c7842c3..b336a70da1 100644 --- a/meta-oe/recipes-multimedia/webm/libvpx_1.14.1.bb +++ b/meta-oe/recipes-multimedia/webm/libvpx_1.15.0.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "BSD-3-Clause" | |||
| 7 | 7 | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d5b04755015be901744a78cc30d390d4" |
| 9 | 9 | ||
| 10 | SRCREV = "12f3a2ac603e8f10742105519e0cd03c3b8f71dd" | 10 | SRCREV = "9f9b7e9ba2eb9d01640a9e69a3d655866265cf7f" |
| 11 | SRC_URI += "git://chromium.googlesource.com/webm/libvpx;protocol=https;branch=main \ | 11 | SRC_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 | " |
