mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
libnsl2: Install into /usr/include and /usr/lib
Extend to native and nativesdk variants (From OE-Core rev: d3589298f5ae0bdedbc1f265ed964841a9d11cfd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -21,13 +21,4 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
EXTRA_OECONF += "--libdir=${libdir}/nsl --includedir=${includedir}/nsl"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}${libdir}
|
||||
mv ${D}${libdir}/nsl/pkgconfig ${D}${libdir}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/nsl/*.so.*"
|
||||
FILES_${PN}-dev += "${includedir}/nsl ${libdir}/nsl/*.so"
|
||||
FILES_${PN}-staticdev += "${libdir}/nsl/*.a"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user