diff options
| -rw-r--r-- | meta-oe/recipes-support/zile/zile_2.4.11.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zile/zile_2.4.11.bb b/meta-oe/recipes-support/zile/zile_2.4.11.bb index ff0517c8a7..05a6afbe9f 100644 --- a/meta-oe/recipes-support/zile/zile_2.4.11.bb +++ b/meta-oe/recipes-support/zile/zile_2.4.11.bb | |||
| @@ -14,6 +14,11 @@ SRC_URI[sha256sum] = "1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf83 | |||
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
| 17 | do_install_append() { | ||
| 18 | rm -rf ${D}${libdir}/charset.alias | ||
| 19 | rmdir --ignore-fail-on-non-empty ${D}${libdir} | ||
| 20 | } | ||
| 21 | |||
| 17 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
| 18 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | 23 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" |
| 19 | 24 | ||
