- enforce 'mkdir' executable location
- add install-native to depends
- enforce 'install' executable location
inherit autotools pkgconfig
-DEPENDS = ""
+DEPENDS = "install-native"
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/libart2-config"
EXTRA_OECONF = "--disable-gtk-doc"
+# With automake-native 1.10.2 the configure and m4 scripts are confused
+# and detect the following stuff wrong. Correct programs are hereby
+# enforced.
+export MKDIR_P = "mkdir -p"
+export mkdir_p = "mkdir -p"
+export INSTALL = "${STAGING_BINDIR_NATIVE}/install-sh"
+
do_stage() {
autotools_stage_includes
oe_libinstall -a -so libart_lgpl_2 ${STAGING_LIBDIR}