mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 11:42:23 +00:00
orc: add 0.4.14
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
83f4dd214f
commit
042b5bd544
25
meta-oe/recipes-devtools/orc/orc.inc
Normal file
25
meta-oe/recipes-devtools/orc/orc.inc
Normal file
@ -0,0 +1,25 @@
|
||||
DESCRIPTION = "orc - The Oil Runtime Compiler"
|
||||
HOMEPAGE = "http://code.entropywave.com/projects/orc/"
|
||||
LICENSE = "orc"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
PACKAGES =+ "orc-examples"
|
||||
FILES_orc-examples = "${libdir}/orc/*"
|
||||
FILES_${PN} = "${bindir}/*"
|
||||
|
||||
python populate_packages_prepend () {
|
||||
libdir = bb.data.expand('${libdir}', d)
|
||||
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
|
||||
}
|
||||
6
meta-oe/recipes-devtools/orc/orc_0.4.14.bb
Normal file
6
meta-oe/recipes-devtools/orc/orc_0.4.14.bb
Normal file
@ -0,0 +1,6 @@
|
||||
require orc.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[orc.md5sum] = "6b3ff209e9763ebe40e152538884bd71"
|
||||
SRC_URI[orc.sha256sum] = "6b0c536984871954364976516ea0328e2dcd856111726a23e609504ba2b12313"
|
||||
Loading…
x
Reference in New Issue
Block a user