blob: cdfe026b146ad8ca628480e6e7875153d6dc8369 [file] [log] [blame]
developer6040b462022-07-01 13:42:44 +08001DESCRIPTION = "This package contains a stripped down version of libnl"
2HOMEPAGE = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary"
3LICENSE = "LGPL-2.1"
4LIC_FILES_CHKSUM = "file://nl.c;startline=4;endline=7;md5=f16bd5d25e622bb3001bab76be1f9f91"
5SECTION = "libs"
6
7SRC_URI = "git://git.openwrt.org/project/libnl-tiny.git"
developerb2aab722023-07-10 13:49:56 +08008SRCREV = "d433990c00e804593f253cc709b8fe901492b530"
developer6040b462022-07-01 13:42:44 +08009PV = "git${SRCPV}"
10
11inherit cmake pkgconfig
12S = "${WORKDIR}/git"
13
14FILES_SOLIBSDEV = ""
15FILES_${PN} += "${libdir}/*.so"