summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2013-04-01 14:26:59 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-04 08:14:21 +0200
commit9d4888a4ee01db654dbb2c0472cfa8704b72404c (patch)
tree97d98900b50d743fc90ca758d0c7da6471032511
parent705f06a3b363c885a020eb37da0847448eb8c485 (diff)
downloadmeta-openembedded-9d4888a4ee01db654dbb2c0472cfa8704b72404c.tar.gz
orc : Add support for sdk generation.
We need to run orcc on the host. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/orc/orc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/orc/orc.inc b/meta-oe/recipes-devtools/orc/orc.inc
index 7a957f324..3a9b2f448 100644
--- a/meta-oe/recipes-devtools/orc/orc.inc
+++ b/meta-oe/recipes-devtools/orc/orc.inc
@@ -3,13 +3,13 @@ HOMEPAGE = "http://code.entropywave.com/projects/orc/"
3LICENSE = "orc" 3LICENSE = "orc"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
5 5
6INC_PR = "r0" 6INC_PR = "r1"
7 7
8SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc" 8SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12BBCLASSEXTEND = "native" 12BBCLASSEXTEND = "native nativesdk"
13 13
14PACKAGES =+ "orc-examples" 14PACKAGES =+ "orc-examples"
15FILES_orc-examples = "${libdir}/orc/*" 15FILES_orc-examples = "${libdir}/orc/*"