1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libassuan: Drop unneeded custom staging function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-17 12:49:30 +00:00
parent 032ef482fb
commit 89e1fb0e99
+1 -12
View 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