diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-07-18 01:56:06 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-07-19 17:40:15 +0200 |
commit | 488f15ff25dcaf90be6657df579221c36fc586db (patch) | |
tree | 3911df9a6cc48cd9326dbbc2bb9414bad37d7a45 /recipes-core/llvm/llvm.inc | |
parent | 44ac992444eed9c94d43070b1c9f04bb0415544a (diff) | |
download | meta-java-488f15ff25dcaf90be6657df579221c36fc586db.tar.gz |
llvm: Use default PACKAGES var
avoids packaging errors with oe-core master
Signed-off-by: Khem Raj <rak.khem@gmail.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/llvm/llvm.inc')
-rw-r--r-- | recipes-core/llvm/llvm.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 578cd40..5a46092 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc | |||
@@ -65,8 +65,6 @@ EXTRA_OECMAKE = "\ | |||
65 | # We need to reset this to avoid breakage as we build out of tree | 65 | # We need to reset this to avoid breakage as we build out of tree |
66 | TOOLCHAIN_OPTIONS = "" | 66 | TOOLCHAIN_OPTIONS = "" |
67 | 67 | ||
68 | PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-dev ${PN}" | ||
69 | |||
70 | PACKAGES_DYNAMIC = "llvm-*" | 68 | PACKAGES_DYNAMIC = "llvm-*" |
71 | 69 | ||
72 | # the difference to the non-native build is that we do not need | 70 | # the difference to the non-native build is that we do not need |