[oe-commits] Cliff Brake : libart-lgpl: remove INSTALL variable as install should be provided by autotools

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:23 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: c1d6ad72c3bf2f1d6e7bf99a613846a29cd529d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c1d6ad72c3bf2f1d6e7bf99a613846a29cd529d2

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Tue May 12 23:39:04 2009 +0000

libart-lgpl: remove INSTALL variable as install should be provided by autotools

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.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





More information about the Openembedded-commits mailing list