diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-02 18:37:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-02 21:43:27 +0200 |
commit | 042b5bd5444769108e208d8f9eb3645f414fb42f (patch) | |
tree | a093de5ef7ec505610185fc7d9abc1807be1567c | |
parent | 83f4dd214f8f652512cec0033c3506013d845816 (diff) | |
download | meta-openembedded-042b5bd5444769108e208d8f9eb3645f414fb42f.tar.gz |
orc: add 0.4.14
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-devtools/orc/orc.inc | 25 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/orc/orc_0.4.14.bb | 6 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/orc/orc.inc b/meta-oe/recipes-devtools/orc/orc.inc new file mode 100644 index 0000000000..c599126e31 --- /dev/null +++ b/meta-oe/recipes-devtools/orc/orc.inc | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "orc - The Oil Runtime Compiler" | ||
2 | HOMEPAGE = "http://code.entropywave.com/projects/orc/" | ||
3 | LICENSE = "orc" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" | ||
5 | |||
6 | INC_PR = "r0" | ||
7 | |||
8 | SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||
13 | |||
14 | PACKAGES =+ "orc-examples" | ||
15 | FILES_orc-examples = "${libdir}/orc/*" | ||
16 | FILES_${PN} = "${bindir}/*" | ||
17 | |||
18 | python populate_packages_prepend () { | ||
19 | libdir = bb.data.expand('${libdir}', d) | ||
20 | do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True) | ||
21 | } | ||
22 | |||
23 | do_compile_prepend_virtclass-native () { | ||
24 | sed -i -e 's#/tmp#.#g' ${S}/orc/orccodemem.c | ||
25 | } | ||
diff --git a/meta-oe/recipes-devtools/orc/orc_0.4.14.bb b/meta-oe/recipes-devtools/orc/orc_0.4.14.bb new file mode 100644 index 0000000000..639fd4fb0e --- /dev/null +++ b/meta-oe/recipes-devtools/orc/orc_0.4.14.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require orc.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[orc.md5sum] = "6b3ff209e9763ebe40e152538884bd71" | ||
6 | SRC_URI[orc.sha256sum] = "6b0c536984871954364976516ea0328e2dcd856111726a23e609504ba2b12313" | ||