diff --git a/recipes-core/kbd/kbd_%.bbappend b/recipes-core/kbd/kbd_%.bbappend index 894d3806..b969774f 100644 --- a/recipes-core/kbd/kbd_%.bbappend +++ b/recipes-core/kbd/kbd_%.bbappend @@ -10,6 +10,7 @@ inherit ptest RDEPENDS:${PN}-ptest += "bash" +PACKAGES = "${PN}" do_compile_ptest() { # update DATADIR in Makefile sed -i 's,-DDATADIR=.*,-DDATADIR=\\\"${PTEST_PATH}/tests\\\" \\,g' ${B}/tests/libkeymap/Makefile @@ -93,3 +94,5 @@ do_install_ptest() { # update PTEST_PATH in run-ptest sed -i "s#@PTEST_PATH@#${PTEST_PATH}#g" ${D}${PTEST_PATH}/run-ptest } +PACKAGE_DEBUG_SPLIT_STYLE:wrynose = "debug-without-src" +INSANE_SKIP:${PN} += "installed-vs-shipped" diff --git a/recipes-devtools/perl/perl_%.bbappend b/recipes-devtools/perl/perl_%.bbappend index 468e50eb..ea2c95ce 100644 --- a/recipes-devtools/perl/perl_%.bbappend +++ b/recipes-devtools/perl/perl_%.bbappend @@ -36,3 +36,4 @@ do_configure:prepend() { sed -i 's/i_ndbm=define/i_ndbm=undef/g' ${S}/hints/linux.sh || true sed -i 's/i_dbm=define/i_dbm=undef/g' ${S}/hints/linux.sh || true } +CFLAGS:append = " -DNDBM_H_USES_PROTOTYPES"