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 | da18a74 | 2023-04-06 13:44:00 +0800 | [diff] [blame] | 8 | SRCREV = "11b7c5f0745af2637b48131287f28689bb80ed3e" |
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" |