summaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-04-01 15:55:39 +0200
committerKoen Kooi <koen@openembedded.org>2010-04-01 19:59:09 +0200
commit0bba413387a3f7627959bf5a1c72684b1d607bf6 (patch)
tree16a37ca3fe65e72763f22e79f51291ef8ccaea96 /recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
parentb8141961809bef13b91bbc6f2264559383d5c4ad (diff)
downloadopenembedded-0bba413387a3f7627959bf5a1c72684b1d607bf6.tar.gz
libsigc++-2.0: add 2.2.5 and convert to new style staging
Diffstat (limited to 'recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb')
-rw-r--r--recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
index 61d34840c9..1d2dc6372b 100644
--- a/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
+++ b/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
@@ -7,15 +7,10 @@ SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.t
S = "${WORKDIR}/libsigc++-${PV}"
-inherit autotools
+inherit autotools pkgconfig
EXTRA_AUTORECONF = "--exclude=autoheader"
FILES_${PN}-dev += "${libdir}/sigc++-*/"
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
-do_stage() {
- autotools_stage_all
-}