You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meta-sysmocom-bsp/recipes-fixes/opkg/opkg_sysmocom.inc

11 lines
331 B

THISDIR := "${@os.path.dirname(d.getVar('FILE', 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
}