mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning
(From OE-Core rev: 341daa416c65ea6a1a6c00fec9b50efed07fc24b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e387facf0f
commit
9c13c3fd1d
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
|
||||
|
||||
SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
RPROVIDES_${PN} = "matchbox-panel"
|
||||
RREPLACES_${PN} = "matchbox-panel"
|
||||
@@ -32,5 +32,6 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
|
||||
${datadir}/matchbox-panel/brightness/*.png \
|
||||
${datadir}/matchbox-panel/startup/*.png "
|
||||
FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user