| Submitter | Christopher Larson |
|---|---|
| Date | Aug. 11, 2011, 6:23 p.m. |
| Message ID | <25fef457e6d4277ba62ade4a240e5f73039e707a.1313086806.git.chris_larson@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/9651/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 519aa0d..5681ab9 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass @@ -5,6 +5,8 @@ inherit relocatable EXCLUDE_FROM_WORLD = "1" PACKAGES = "" +PACKAGES_DYNAMIC = "" +PACKAGES_DYNAMIC_virtclass-native = "" HOST_ARCH = "${BUILD_ARCH}" HOST_VENDOR = "${BUILD_VENDOR}"