* [meta-oe][PATCH 1/2] orc : Add support for sdk generation.
@ 2013-04-01 14:26 philip
0 siblings, 0 replies; only message in thread
From: philip @ 2013-04-01 14:26 UTC (permalink / raw)
To: openembedded-devel
From: Philip Balister <philip@balister.org>
We need to run orcc on the host.
Signed-off-by: Philip Balister <philip@balister.org>
---
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 7a957f3..3a9b2f4 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/*"
--
1.7.11.7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-01 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01 14:26 [meta-oe][PATCH 1/2] orc : Add support for sdk generation philip
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.