diff options
Diffstat (limited to 'recipes/udev/acl_2.2.49.bb')
-rw-r--r-- | recipes/udev/acl_2.2.49.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/udev/acl_2.2.49.bb b/recipes/udev/acl_2.2.49.bb index aeec4942e8..027a8c62fb 100644 --- a/recipes/udev/acl_2.2.49.bb +++ b/recipes/udev/acl_2.2.49.bb @@ -30,6 +30,8 @@ do_install() { export PKG_MAN_DIR=${D}${mandir} export PKG_DOC_DIR=${D}${datadir}/doc/acl export PKG_LOCALE_DIR=${D}${datadir}/locale + # ensure the subdir Makefile do not use the (wrong) variable overrides from the include file + export MAKE="${MAKE} -e" oe_runmake -e install install-dev install-lib |