diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2009-05-08 11:08:29 -0400 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2009-05-08 11:09:21 -0400 |
commit | a9d75b3ff88fb49ed077d29020c6d5c58d66febe (patch) | |
tree | cbc0e658085fbcbdef224c6c48015f2eedb8cabf | |
parent | 1bff258e44b63c1c532f922cf6d80a8f364e2889 (diff) |
libart-lgpl: remove INSTALL variable as install should be provided by autotools
-rw-r--r-- | 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 ee98c756b5..4dad51e4db 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 \ @@ -29,7 +29,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 |