meta-sysmocom-bsp/recipes-fixes/opkg/opkg_sysmocom.inc

11 lines
340 B
PHP

THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}-${PV}"], d)}:"
PRINC = "2"
do_install_append() {
# This breaks autoloading of modules as they are loaded before depmod runs
rm ${D}${datadir}/opkg/intercept/depmod
rm ${D}${datadir}/opkg/intercept/update-modules
}