| Submitter | Paul Eggleton |
|---|---|
| Date | June 28, 2012, 6:29 p.m. |
| Message ID | <b89507663fd994bc551d07ad0f80e27b62416b94.1340908084.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/30823/ |
| State | Accepted |
| Commit | eefbc2f219571dd0c66e1099ea4ad72b1a973fd4 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb index c0ab4f1..6cd37f1 100644 --- a/meta/recipes-support/apr/apr_1.4.6.bb +++ b/meta/recipes-support/apr/apr_1.4.6.bb @@ -39,6 +39,8 @@ do_configure_append() { do_install_append() { oe_multilib_header apr.h + install -d ${D}${datadir}/apr + cp ${S}/${HOST_SYS}-libtool ${D}${datadir}/build-1/libtool } SSTATE_SCAN_FILES += "apr_rules.mk"