mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
lprng: fix QA issue for multilib
bitbake lprng [snip] ERROR: QA Issue: non debug package contains .debug directory: lprng path /work/core2-64-poky-linux/lprng/3.8.C-r0/packages-split/lprng/usr/lib64/lprng/filters/.debug/lpf [debug-files] [snip] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
9187165b27
commit
256f0acb89
|
|
@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "694a1747a96385b89e93f43343bf35cee5c8c73353a83814106911c99f
|
|||
inherit autotools gettext
|
||||
|
||||
EXTRA_OECONF = "--disable-ssl --disable-kerberos --enable-force_localhost"
|
||||
FILES_${PN}-dbg += "/usr/lib/lprng/filters/.debug"
|
||||
FILES_${PN}-dbg += "${libdir}/lprng/filters/.debug"
|
||||
|
||||
do_install_append() {
|
||||
mv ${D}/etc/printcap.sample ${D}/etc/printcap
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user