summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/ncp
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-11-15 15:43:10 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2016-12-14 09:20:09 -0500
commitf16b1c0d01e340c568a9222883d947dbb4a1de35 (patch)
tree98c8e4101b944aba3b89b549ac0923da3ac77850 /meta-networking/recipes-support/ncp
parentef1c823a3fc4110d0717551fdb566ad7b251a649 (diff)
downloadmeta-openembedded-f16b1c0d01e340c568a9222883d947dbb4a1de35.tar.gz
libowfat: add v0.31
Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/ncp')
-rw-r--r--meta-networking/recipes-support/ncp/libowfat_0.31.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/ncp/libowfat_0.31.bb b/meta-networking/recipes-support/ncp/libowfat_0.31.bb
new file mode 100644
index 000000000..4b072f7e7
--- /dev/null
+++ b/meta-networking/recipes-support/ncp/libowfat_0.31.bb
@@ -0,0 +1,27 @@
1SUMMARY = "reimplement libdjb"
2DESCRIPTION = "libowfat is a library of general purpose APIs extracted from Dan \
3Bernstein's software (libdjb), reimplemented and covered by the GNU \
4General Public License Version 2 (no later versions)."
5HOMEPAGE = "http://www.fefe.de/libowfat"
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
8
9SRC_URI = "https://www.fefe.de/${BPN}/${BP}.tar.xz"
10SRC_URI[md5sum] = "120798fab86cfd72dc6b12284d248dd0"
11SRC_URI[sha256sum] = "d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12"
12
13EXTRA_OEMAKE = "\
14 DIET= \
15 CC='${BUILD_CC} ${BUILD_CPPFLAGS} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}' \
16 CCC='${CC}' CFLAGS='${CFLAGS} -I.' CFLAGS_OPT='${CFLAGS} -I.' \
17"
18
19do_install() {
20 make install \
21 DESTDIR=${D} \
22 INCLUDEDIR=${includedir}/${BPN} \
23 LIBDIR=${libdir} \
24 MAN3DIR=${mandir}/man3
25}
26
27BBCLASSEXTEND = "native nativesdk"