]> code.ossystems Code Review - openembedded-core.git/commitdiff
libassuan: Drop unneeded custom staging function
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 12:49:30 +0000 (12:49 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 12:49:30 +0000 (12:49 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/libassuan/libassuan_0.6.9.bb

index d20d8371bf2532e31a1a26bedff9272d81c5dee8..331339e0ebedd62b2d74e691a8317aea9c175a80 100644 (file)
@@ -2,15 +2,4 @@ LICENSE = "GPL"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-${PV}.tar.gz"
 
-inherit autotools binconfig
-
-do_stage() {
-       autotools_stage_includes
-
-       install -d ${STAGING_LIBDIR}
-       oe_libinstall -C src -a libassuan ${STAGING_LIBDIR}
-
-       install -d ${STAGING_DATADIR}/aclocal
-       install -m 0644 src/libassuan.m4 ${STAGING_DATADIR}/aclocal/
-}
-
+inherit autotools_stage binconfig