mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
orc: update to 0.4.24
0.4.23 -> 0.4.24 (From OE-Core rev: 66e0f5d670837cf823da8ead98148134c40c4ae8) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f479b12fa
commit
92a881fb3d
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "Optimised Inner Loop Runtime Compiler"
|
||||
HOMEPAGE = "http://code.entropywave.com/projects/orc/"
|
||||
LICENSE = "BSD-2-Clause & BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz;name=orc"
|
||||
SRC_URI[orc.md5sum] = "9e793ec34c0e20339659dd4bbbf62135"
|
||||
SRC_URI[orc.sha256sum] = "338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGES =+ "orc-examples"
|
||||
FILES_orc-examples = "${libdir}/orc/*"
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
python populate_packages_prepend () {
|
||||
libdir = d.expand('${libdir}')
|
||||
do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True)
|
||||
}
|
||||
|
||||
do_compile_prepend_class-native () {
|
||||
sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
|
||||
}
|
||||
Reference in New Issue
Block a user