aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/orc/orc.inc
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 /meta-oe/recipes-devtools/orc/orc.inc
parent705f06a3b363c885a020eb37da0847448eb8c485 (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-devtools/orc/orc.inc')
-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 7a957f3249..3a9b2f448d 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/"
LICENSE = "orc"
LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
-INC_PR = "r0"
+INC_PR = "r1"
SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
inherit autotools pkgconfig
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
PACKAGES =+ "orc-examples"
FILES_orc-examples = "${libdir}/orc/*"