diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-05-08 07:38:17 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-05-08 07:38:17 -0400 |
commit | f7ec074611523d893bfb8318911b287a98396ef8 (patch) | |
tree | cbbc1eae860f438cf82507e50ec9c2d162385118 /recipes/gnome/libart-lgpl.inc | |
parent | 35f4afb025e5f6c0b5e883c2993b50103e9a2d64 (diff) |
libart-lgpl: fix install issue, switch to INC_PR scheme
Diffstat (limited to 'recipes/gnome/libart-lgpl.inc')
-rw-r--r-- | recipes/gnome/libart-lgpl.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gnome/libart-lgpl.inc b/recipes/gnome/libart-lgpl.inc index 461315649b..ee98c756b5 100644 --- a/recipes/gnome/libart-lgpl.inc +++ b/recipes/gnome/libart-lgpl.inc @@ -4,6 +4,8 @@ LICENSE = "LGPL" ART_CONFIG = "${HOST_ARCH}/art_config.h" +INC_PR = "r3" + # can't use gnome.oeclass due to _ in filename SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ file://${ART_CONFIG} \ @@ -27,7 +29,7 @@ EXTRA_OECONF = "--disable-gtk-doc" # enforced. export MKDIR_P = "mkdir -p" export mkdir_p = "mkdir -p" -export INSTALL = "${STAGING_BINDIR_NATIVE}/install-sh" +export INSTALL = "${STAGING_BINDIR_NATIVE}/install" do_stage() { autotools_stage_includes |