summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/orc/orc_0.4.24.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/orc/orc_0.4.24.bb')
-rw-r--r--meta/recipes-devtools/orc/orc_0.4.24.bb9
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 @@
1SUMMARY = "Optimised Inner Loop Runtime Compiler" 1SUMMARY = "Optimised Inner Loop Runtime Compiler"
2HOMEPAGE = "http://code.entropywave.com/projects/orc/" 2HOMEPAGE = "http://gstreamer.freedesktop.org/modules/orc.html"
3LICENSE = "BSD-2-Clause & BSD-3-Clause" 3LICENSE = "BSD-2-Clause & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
5 5
6SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz;name=orc" 6SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz"
7SRC_URI[orc.md5sum] = "9e793ec34c0e20339659dd4bbbf62135" 7
8SRC_URI[orc.sha256sum] = "338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b" 8SRC_URI[md5sum] = "9e793ec34c0e20339659dd4bbbf62135"
9SRC_URI[sha256sum] = "338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b"
9 10
10inherit autotools pkgconfig 11inherit autotools pkgconfig
11 12