[oe-commits] Cliff Brake : libart-lgpl: fix install issue, switch to INC_PR scheme

GIT User account git at amethyst.openembedded.net
Fri May 8 11:44:00 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f7ec074611523d893bfb8318911b287a98396ef8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f7ec074611523d893bfb8318911b287a98396ef8

Author: Cliff Brake <cbrake at bec-systems.com>
Date:   Fri May  8 07:38:17 2009 -0400

libart-lgpl: fix install issue, switch to INC_PR scheme

---

 recipes/gnome/libart-lgpl.inc       |    4 +++-
 recipes/gnome/libart-lgpl_2.3.16.bb |    3 ++-
 recipes/gnome/libart-lgpl_2.3.19.bb |    3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/recipes/gnome/libart-lgpl.inc b/recipes/gnome/libart-lgpl.inc
index 4613156..ee98c75 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
diff --git a/recipes/gnome/libart-lgpl_2.3.16.bb b/recipes/gnome/libart-lgpl_2.3.16.bb
index 3605a38..99f8f8b 100644
--- a/recipes/gnome/libart-lgpl_2.3.16.bb
+++ b/recipes/gnome/libart-lgpl_2.3.16.bb
@@ -1,3 +1,4 @@
 require libart-lgpl.inc
 
-PR = "r2"
+PR = "${INC_PR}.1"
+
diff --git a/recipes/gnome/libart-lgpl_2.3.19.bb b/recipes/gnome/libart-lgpl_2.3.19.bb
index 3605a38..99f8f8b 100644
--- a/recipes/gnome/libart-lgpl_2.3.19.bb
+++ b/recipes/gnome/libart-lgpl_2.3.19.bb
@@ -1,3 +1,4 @@
 require libart-lgpl.inc
 
-PR = "r2"
+PR = "${INC_PR}.1"
+





More information about the Openembedded-commits mailing list