diff options
Diffstat (limited to 'meta-oe')
| -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" | ||
