summaryrefslogtreecommitdiff
path: root/recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-04-03 18:50:45 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-04-03 18:50:45 +0200
commit82b51b6abd7b43ae6fa1c7d01b780d0c99d22804 (patch)
treeb1455904c992c92a18dc5f48253d0f37c4ff7590 /recipes/libsigc++-2.0/libsigc++-2.0_2.2.2.bb
parent5eef2a8892b12b3215f52065c2c177f576c41959 (diff)
parentd2bd4a770d2a5b3fd56bd3a8584935240d9012f8 (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev
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
-}