aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/libart-lgpl.inc
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2009-03-19 22:07:20 +0100
committerRobert Schuster <thebohemian@gmx.net>2009-03-20 00:55:22 +0100
commit74740f99be2c4968822d098ebf66b1dc616a04c5 (patch)
treedf75191b1b416ccc22fef831019d89e9687943f3 /recipes/gnome/libart-lgpl.inc
parent6771de5ce1d56b8bfeccc61bf5b5db3f14c30360 (diff)
downloadopenembedded-74740f99be2c4968822d098ebf66b1dc616a04c5.tar.gz
libart-lgpl.inc: Build fix.
- enforce 'mkdir' executable location - add install-native to depends - enforce 'install' executable location
Diffstat (limited to 'recipes/gnome/libart-lgpl.inc')
-rw-r--r--recipes/gnome/libart-lgpl.inc9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes/gnome/libart-lgpl.inc b/recipes/gnome/libart-lgpl.inc
index a37b392593..710656b9e3 100644
--- a/recipes/gnome/libart-lgpl.inc
+++ b/recipes/gnome/libart-lgpl.inc
@@ -11,7 +11,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${
inherit autotools pkgconfig
-DEPENDS = ""
+DEPENDS = "install-native"
FILES_${PN} = "${libdir}/*.so.*"
FILES_${PN}-dev += "${bindir}/libart2-config"
@@ -24,6 +24,13 @@ do_configure_prepend() {
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}