From 9d4888a4ee01db654dbb2c0472cfa8704b72404c Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 1 Apr 2013 14:26:59 +0000 Subject: orc : Add support for sdk generation. We need to run orcc on the host. Signed-off-by: Philip Balister Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/orc/orc.inc | 4 ++-- 1 file 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/*" -- cgit v1.2.3-54-g00ecf