[oe] [meta-java/openjdk-7.0][PATCH 4/7] llvm: Use default PACKAGES var

Khem Raj raj.khem at gmail.com
Tue Aug 21 04:03:33 UTC 2012


avoids packaging errors with oe-core master

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Henning Heinold <heinold at inf.fu-berlin.de>
---
 recipes-core/icedtea/icedtea7-native_2.1.1.bb |    9 +++++++++
 recipes-core/llvm/llvm.inc                    |    2 --
 2 files changed, 9 insertions(+), 2 deletions(-)
 create mode 100644 recipes-core/icedtea/icedtea7-native_2.1.1.bb

diff --git a/recipes-core/icedtea/icedtea7-native_2.1.1.bb b/recipes-core/icedtea/icedtea7-native_2.1.1.bb
new file mode 100644
index 0000000..9fff461
--- /dev/null
+++ b/recipes-core/icedtea/icedtea7-native_2.1.1.bb
@@ -0,0 +1,9 @@
+require openjdk-7-release-03b147.inc
+
+PR = "${INC_PR}.1"
+
+ICEDTEA = "icedtea-2.1.1"
+
+SRC_URI[iced.md5sum] = "32859fa5f7337d58ae848311e2a94761"
+SRC_URI[iced.sha256sum] = "4a015cf3fb8fb9aa6b3ce4a41fd9bc5dcb417a1885a10a01e92d0cc7a5ffdc65"
+
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index 114c657..185b894 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -65,8 +65,6 @@ EXTRA_OECMAKE = "\
 # We need to reset this to avoid breakage as we build out of tree
 TOOLCHAIN_OPTIONS = ""
 
-PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-dev ${PN}"
-
 PACKAGES_DYNAMIC = "llvm-*"
 
 # the difference to the non-native build is that we do not need
-- 
1.7.9.5





More information about the Openembedded-devel mailing list