diff options
Diffstat (limited to 'recipes/llvm/llvm-native.inc')
-rw-r--r-- | recipes/llvm/llvm-native.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/llvm/llvm-native.inc b/recipes/llvm/llvm-native.inc index 15ce0b731c..b3cb7a64ec 100644 --- a/recipes/llvm/llvm-native.inc +++ b/recipes/llvm/llvm-native.inc @@ -17,6 +17,10 @@ EXTRA_OECMAKE = "\ -DNM_PATH:FILEPATH=${NM} \ " +PACKAGES = "" + +PACKAGES_DYNAMIC = "" + do_stage() { cd ${OECMAKE_BUILDPATH} |