libart-lgpl: fix install issue, switch to INC_PR scheme
authorCliff Brake <cbrake@bec-systems.com>
Fri, 8 May 2009 11:38:17 +0000 (07:38 -0400)
committerCliff Brake <cbrake@bec-systems.com>
Fri, 8 May 2009 11:38:17 +0000 (07:38 -0400)
recipes/gnome/libart-lgpl.inc
recipes/gnome/libart-lgpl_2.3.16.bb
recipes/gnome/libart-lgpl_2.3.19.bb

index 4613156..ee98c75 100644 (file)
@@ -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
index 3605a38..99f8f8b 100644 (file)
@@ -1,3 +1,4 @@
 require libart-lgpl.inc
 
-PR = "r2"
+PR = "${INC_PR}.1"
+
index 3605a38..99f8f8b 100644 (file)
@@ -1,3 +1,4 @@
 require libart-lgpl.inc
 
-PR = "r2"
+PR = "${INC_PR}.1"
+