[oe-commits] Koen Kooi : pkgconfig: convert to new-style staging

git version control git at git.openembedded.org
Sat Mar 27 15:12:51 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3be3b0e1985bbad615e0a21b17420d1cb7df7739
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3be3b0e1985bbad615e0a21b17420d1cb7df7739

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Mar 27 11:12:50 2010 +0100

pkgconfig: convert to new-style staging

---

 recipes/pkgconfig/pkgconfig.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/pkgconfig/pkgconfig.inc b/recipes/pkgconfig/pkgconfig.inc
index cb6bd02..5707735 100644
--- a/recipes/pkgconfig/pkgconfig.inc
+++ b/recipes/pkgconfig/pkgconfig.inc
@@ -5,7 +5,7 @@ It replaces the ubiquitous *-config scripts you may have \
 seen with a single tool."
 HOMEPAGE = "http://pkg-config.freedesktop.org/wiki/"
 LICENSE = "GPL"
-INC_PR = "r7"
+INC_PR = "r8"
 
 SRC_URI = "http://pkgconfig.freedesktop.org/releases/pkg-config-${PV}.tar.gz \
            file://autofoo.patch;patch=1 \
@@ -21,6 +21,6 @@ do_configure_prepend () {
 	install -m 0644 ${WORKDIR}/glibconfig-sysdefs.h glib-1.2.*/
 }
 
-do_stage() {
-	install -d -m 0755 ${STAGING_LIBDIR}/pkgconfig
+do_install_append() {
+	install -d -m 0755 ${libdir}/pkgconfig
 }





More information about the Openembedded-commits mailing list