blob: 02ec98849923cf3f0c3bccc09ca396b32c322f01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
DESCRIPTION = "The Linux Kernel Stream Control Transmission Protocol (lksctp) project"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2"
S = "${WORKDIR}/${BPN}-${PV}"
INC_PR = "r0"
BBCLASSEXTEND = "native"
inherit autotools pkgconfig binconfig
export LDFLAGS += "-ldl"
do_install_append_virtclass-native() {
:
}
DEBIANNAME_${PN} = "lksctp"
PACKAGES =+ "${PN}-tools"
FILES_${PN} = "${libexecdir}/* ${libdir}/lib*${SOLIBS} \
${sysconfdir} ${sharedstatedir} ${localstatedir} \
${base_libdir}/*${SOLIBS}"
FILES_${PN}-dev += "${bindir}/*-config"
FILES_${PN}-utils = ""
|