diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-04-23 04:37:26 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:19 +0100 |
commit | 77eb176f42cab141d0c02df1a7f7ead839d1fa97 (patch) | |
tree | 9f6f5a94acd1b465f7f19cc6bf38053bd5d382b4 /meta | |
parent | ca7ab1aa869c4e2afaf453af8cc417a08b901741 (diff) | |
download | poky-77eb176f42cab141d0c02df1a7f7ead839d1fa97.tar.gz |
orc: update to 0.4.29
(From OE-Core rev: b5ab60f51d830e736b36e8f4fd69c6fea103e85e)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.29.bb (renamed from meta/recipes-devtools/orc/orc_0.4.28.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.28.bb b/meta/recipes-devtools/orc/orc_0.4.29.bb index 03cddad8bb..8313576ab4 100644 --- a/meta/recipes-devtools/orc/orc_0.4.28.bb +++ b/meta/recipes-devtools/orc/orc_0.4.29.bb | |||
@@ -4,9 +4,8 @@ LICENSE = "BSD-2-Clause & BSD-3-Clause" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" |
5 | 5 | ||
6 | SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" | 6 | SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" |
7 | 7 | SRC_URI[md5sum] = "25799917c7d31a891d5e32b83ad08f6d" | |
8 | SRC_URI[md5sum] = "6b582ec4b3275c5efd51e3ae6406d445" | 8 | SRC_URI[sha256sum] = "4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2" |
9 | SRC_URI[sha256sum] = "bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce" | ||
10 | 9 | ||
11 | inherit autotools pkgconfig gtk-doc | 10 | inherit autotools pkgconfig gtk-doc |
12 | 11 | ||