[oe] [STABLE][PATCH 25/37] libart-lgpl: remove INSTALL variable as install should be provided by autotools

koen.kooi at gmail.com koen.kooi at gmail.com
Wed May 13 09:39:04 UTC 2009


From: Cliff Brake <cbrake at bec-systems.com>

Signed-off-by: Koen Kooi <koen at openembedded.org>
---
 recipes/gnome/libart-lgpl.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/gnome/libart-lgpl.inc b/recipes/gnome/libart-lgpl.inc
index 8ff3b21..1af5b0e 100644
--- a/recipes/gnome/libart-lgpl.inc
+++ b/recipes/gnome/libart-lgpl.inc
@@ -4,7 +4,7 @@ LICENSE = "LGPL"
 
 ART_CONFIG = "${HOST_ARCH}/art_config.h"
 
-INC_PR = "r3"
+INC_PR = "r4"
 
 # 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 \
@@ -31,7 +31,6 @@ EXTRA_OECONF = "--disable-gtk-doc"
 # enforced.
 export MKDIR_P = "mkdir -p"
 export mkdir_p = "mkdir -p"
-export INSTALL = "${STAGING_BINDIR_NATIVE}/install"
 
 do_stage() {
 	autotools_stage_includes
-- 
1.6.1





More information about the Openembedded-devel mailing list