blob: 1989e9a127ef32c8f1881df1ee266127eee418b2 [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"
developerd243af02023-12-21 14:49:33 +08008SRCREV = "965c4bf49658342ced0bd6e7cb069571b4a1ddff"
developer6040b462022-07-01 13:42:44 +08009PV = "git${SRCPV}"
10
11inherit cmake pkgconfig
12S = "${WORKDIR}/git"
13
14FILES_SOLIBSDEV = ""
15FILES_${PN} += "${libdir}/*.so"
developer26d6cc52023-07-31 12:27:06 +080016INSANE_SKIP_${PN} += "dev-so"