aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsigc++-1.2
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-20 04:48:59 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-20 18:30:22 -0700
commitf698175c2909a3df957ae12e86b61828400f9708 (patch)
tree226f44524b5bceb49573585b9aa4869a322c46f5 /recipes/libsigc++-1.2
parentfb69129560edbf2fa298af0b74bcd0e6a838170e (diff)
downloadopenembedded-f698175c2909a3df957ae12e86b61828400f9708.tar.gz
libsigc++-1.2.5: convert to new style staging
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libsigc++-1.2')
-rw-r--r--recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb17
1 files changed, 1 insertions, 16 deletions
diff --git a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
index 6b347e5daf..7b7ecff4fb 100644
--- a/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
+++ b/recipes/libsigc++-1.2/libsigc++-1.2_1.2.5.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A library for loose coupling of C++ method calls"
SECTION = "libs"
PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
LICENSE = "GPL LGPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/libsigc/libsigc++-${PV}.tar.gz \
file://autofoo.patch \
@@ -13,20 +13,5 @@ inherit autotools pkgconfig
FILES_${PN}-dev += "${libdir}/sigc++-*/"
-acpaths = ""
-
-do_stage() {
- install -d ${STAGING_LIBDIR}/sigc++-1.2/include
- install -m 0644 sigc++/config/sigcconfig.h ${STAGING_LIBDIR}/sigc++-1.2/include/
- oe_libinstall -so -C sigc++ libsigc-1.2 ${STAGING_LIBDIR}
-
- install -d ${STAGING_INCDIR}/sigc++-1.2/sigc++
- for f in sigc++/*.h
- do
- install -m 0644 $f ${STAGING_INCDIR}/sigc++-1.2/sigc++/
- done
-}
-
-
SRC_URI[md5sum] = "d0d1ffcae0eced97ef4f17ce0ba81352"
SRC_URI[sha256sum] = "dcd6d3ea9a2c185b5286f80eefe9ac1402036b8fa21cfc742442d99579bd2b3e"