developer | 2430507 | 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 | 327aa32 | 2023-07-10 13:49:56 +0800 | [diff] [blame] | 8 | SRCREV = "d433990c00e804593f253cc709b8fe901492b530" |
developer | 2430507 | 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" |