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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user