summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*"