diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-21 19:23:53 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 12:44:13 +0000 |
commit | 9d95a9d15ab6bc01bdd808ff32d45ed46dc9e303 (patch) | |
tree | f00da7492fffcbab7c938a26efc1d3229f6b9e14 /meta | |
parent | 0c1c93e750913887b0e96c14f1231d30ea18abb2 (diff) | |
download | poky-9d95a9d15ab6bc01bdd808ff32d45ed46dc9e303.tar.gz |
orc: update HOMEPAGE
The old entropywave.com URL no longer responds.
Also remove unnecessary 'name=orc' from SRC_URI.
(From OE-Core rev: 79b519e8622e9bffc79299dee096a85fd4ac2909)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.24.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.24.bb b/meta/recipes-devtools/orc/orc_0.4.24.bb index 9e70d5514b..520f88d929 100644 --- a/meta/recipes-devtools/orc/orc_0.4.24.bb +++ b/meta/recipes-devtools/orc/orc_0.4.24.bb | |||
@@ -1,11 +1,12 @@ | |||
1 | SUMMARY = "Optimised Inner Loop Runtime Compiler" | 1 | SUMMARY = "Optimised Inner Loop Runtime Compiler" |
2 | HOMEPAGE = "http://code.entropywave.com/projects/orc/" | 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/modules/orc.html" |
3 | LICENSE = "BSD-2-Clause & BSD-3-Clause" | 3 | 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;name=orc" | 6 | SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz" |
7 | SRC_URI[orc.md5sum] = "9e793ec34c0e20339659dd4bbbf62135" | 7 | |
8 | SRC_URI[orc.sha256sum] = "338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b" | 8 | SRC_URI[md5sum] = "9e793ec34c0e20339659dd4bbbf62135" |
9 | SRC_URI[sha256sum] = "338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b" | ||
9 | 10 | ||
10 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
11 | 12 | ||