orc: version 0.4.18 migrated to oe-core

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
dv@pseudoterminal.org
2013-11-07 00:00:52 +01:00
committed by Martin Jansa
parent f00693e330
commit e91315fc21
2 changed files with 0 additions and 31 deletions
-25
View File
@@ -1,25 +0,0 @@
DESCRIPTION = "orc - The Oil Runtime Compiler"
HOMEPAGE = "http://code.entropywave.com/projects/orc/"
LICENSE = "orc"
LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
INC_PR = "r1"
SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
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_virtclass-native () {
sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c
}
@@ -1,6 +0,0 @@
require orc.inc
PR = "${INC_PR}.0"
SRC_URI[orc.md5sum] = "1a2552e8d127526c48d644fe6437b377"
SRC_URI[orc.sha256sum] = "34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24"