mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
libassuan: added 0.6.9 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3994 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
meta/packages/libassuan/libassuan_0.6.9.bb
Normal file
16
meta/packages/libassuan/libassuan_0.6.9.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
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/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user