developer | 6040b46 | 2022-07-01 13:42:44 +0800 | [diff] [blame] | 1 | DESCRIPTION = "This package contains a stripped down version of libnl" |
| 2 | HOMEPAGE = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary" |
| 3 | LICENSE = "LGPL-2.1" |
| 4 | LIC_FILES_CHKSUM = "file://nl.c;startline=4;endline=7;md5=f16bd5d25e622bb3001bab76be1f9f91" |
| 5 | SECTION = "libs" |
| 6 | |
| 7 | SRC_URI = "git://git.openwrt.org/project/libnl-tiny.git" |
developer | 26d6cc5 | 2023-07-31 12:27:06 +0800 | [diff] [blame] | 8 | SRCREV = "bc92a280186f9becc53c0f17e4e43cfbdeec7e7b" |
developer | 6040b46 | 2022-07-01 13:42:44 +0800 | [diff] [blame] | 9 | PV = "git${SRCPV}" |
| 10 | |
| 11 | inherit cmake pkgconfig |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | FILES_SOLIBSDEV = "" |
| 15 | FILES_${PN} += "${libdir}/*.so" |
developer | 26d6cc5 | 2023-07-31 12:27:06 +0800 | [diff] [blame] | 16 | INSANE_SKIP_${PN} += "dev-so" |