| Submitter | Saul Wold |
|---|---|
| Date | Nov. 5, 2011, 5:22 p.m. |
| Message ID | <b035537d38893dbcc8104fc440d191069d8872a1.1320513631.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/14359/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index a2f8179..18c9ae2 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass @@ -15,3 +15,8 @@ TARGET_CC_ARCH = "none" TARGET_LD_ARCH = "none" TARGET_AS_ARCH = "none" PACKAGE_EXTRA_ARCHS = "" + +# No need to do shared library processing or debug symbol handling +EXCLUDE_FROM_SHLIBS = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +INHIBIT_PACKAGE_STRIP = "1"