mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
augeas: remove extra dev and dbg from PACKAGES
There should be only one dev and dbg package. (From OE-Core rev: 29136f21d33f211fc93c01c06ef636e2f8cdf909) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f225880ac4
commit
3e14122ded
@@ -14,13 +14,10 @@ DEPENDS = "readline libxml2"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
PACKAGES =+ "${PN}-lenses lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-dbg"
|
||||
PACKAGES =+ "${PN}-lenses lib${BPN}"
|
||||
|
||||
FILES_${PN}-lenses = "${datadir}/augeas/lenses"
|
||||
FILES_lib${BPN} = "${libdir}/lib*${SOLIBS}"
|
||||
FILES_lib${BPN}-dev = "${libdir}/lib*${SOLIBSDEV} ${libdir}/*.la ${includedir} ${libdir}/pkgconfig"
|
||||
FILES_lib${BPN}-staticdev = "${libdir}/*.a"
|
||||
FILES_lib${BPN}-dbg = "${libdir}/.debug"
|
||||
|
||||
RDEPENDS_lib${BPN} += "${PN}-lenses"
|
||||
RRECOMMENDS_lib${BPN} += "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user