diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-03 16:17:47 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:37 +0100 |
| commit | 37e1470a9a40e3558c9df8012fd26dc4fe205920 (patch) | |
| tree | 852ed30681b6c55816ee1c5ed226e9c7c61cbd97 | |
| parent | 1d44f1f1577f386ff8f16627f3812d4c5b93f8c9 (diff) | |
| download | poky-37e1470a9a40e3558c9df8012fd26dc4fe205920.tar.gz | |
gstreamer1.0: upgrade 1.12.4 -> 1.14.0
* For changes, please see: https://gstreamer.freedesktop.org/releases/1.14/
* Merge inc and bb file since we only have one version now.
(From OE-Core rev: 21229feea228c44f2b3851ddd52d1899931040b2)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb | 14 | ||||
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0.inc) | 12 |
2 files changed, 11 insertions, 15 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb deleted file mode 100644 index 01b2396513..0000000000 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.12.4.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | require gstreamer1.0.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ | ||
| 4 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | ||
| 5 | |||
| 6 | SRC_URI = " \ | ||
| 7 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | ||
| 8 | " | ||
| 9 | SRC_URI[md5sum] = "9d268f2e891cce1ac0832f1cc467d4ea" | ||
| 10 | SRC_URI[sha256sum] = "5a8704aa4c2eeb04da192c4a9942f94f860ac1a585de90d9f914bac26a970674" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/gstreamer-${PV}" | ||
| 13 | |||
| 14 | CVE_PRODUCT = "gstreamer" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb index c2df1f3258..b4398c8111 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.14.0.bb | |||
| @@ -14,11 +14,19 @@ inherit autotools pkgconfig gettext upstream-version-is-even gobject-introspecti | |||
| 14 | # (it has a custom INTROSPECTION_INIT macro, and so must be used instead of our common introspection.m4 file) | 14 | # (it has a custom INTROSPECTION_INIT macro, and so must be used instead of our common introspection.m4 file) |
| 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
| 16 | 16 | ||
| 17 | SRC_URI_append = " \ | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d \ |
| 18 | file://gst/gst.h;beginline=1;endline=21;md5=e059138481205ee2c6fc1c079c016d0d" | ||
| 19 | |||
| 20 | S = "${WORKDIR}/gstreamer-${PV}" | ||
| 21 | |||
| 22 | SRC_URI = " \ | ||
| 23 | http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.xz \ | ||
| 18 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 24 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ |
| 19 | file://gtk-doc-tweaks.patch \ | 25 | file://gtk-doc-tweaks.patch \ |
| 20 | file://0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch \ | 26 | file://0001-gst-gstpluginloader.c-when-env-var-is-set-do-not-fal.patch \ |
| 21 | " | 27 | " |
| 28 | SRC_URI[md5sum] = "63c7cbfb86aa28c4522e374dc5555b96" | ||
| 29 | SRC_URI[sha256sum] = "fc361367f0d4b780a868a8833f9f30b9c9f4ac9faea4e6b251db8b4b0398466e" | ||
| 22 | 30 | ||
| 23 | PACKAGECONFIG ??= "" | 31 | PACKAGECONFIG ??= "" |
| 24 | 32 | ||
| @@ -59,3 +67,5 @@ do_configure[prefuncs] += "delete_pkg_m4_file" | |||
| 59 | do_compile_prepend() { | 67 | do_compile_prepend() { |
| 60 | export GIR_EXTRA_LIBS_PATH="${B}/gst/.libs:${B}/libs/gst/base/.libs" | 68 | export GIR_EXTRA_LIBS_PATH="${B}/gst/.libs:${B}/libs/gst/base/.libs" |
| 61 | } | 69 | } |
| 70 | |||
| 71 | CVE_PRODUCT = "gstreamer" | ||
