PN: linux-renesas PV: 5.10.41+gitAUTOINC+55ab8f5ae3 PR: r1 PKGV: 5.10.41+git0+55ab8f5ae3 PKGR: r1 LICENSE: GPLv2 DESCRIPTION_kernel-module-drxk-5.10.41-yocto-standard: drxk kernel module; DRX-K driver SUMMARY_kernel-module-drxk-5.10.41-yocto-standard: drxk kernel module RDEPENDS_kernel-module-drxk-5.10.41-yocto-standard: kernel-5.10.41-yocto-standard RPROVIDES_kernel-module-drxk-5.10.41-yocto-standard: kernel-module-drxk SECTION: kernel PKG_kernel-module-drxk-5.10.41-yocto-standard: kernel-module-drxk-5.10.41-yocto-standard FILES_kernel-module-drxk-5.10.41-yocto-standard: /lib/modules/5.10.41-yocto-standard/kernel/drivers/media/dvb-frontends/drxk.ko /etc/modules-load.d/drxk.conf /etc/modprobe.d/drxk.conf CONFFILES_kernel-module-drxk-5.10.41-yocto-standard: None /etc/modules-load.d/drxk.conf /etc/modprobe.d/drxk.conf FILES_INFO: {"/lib/modules/5.10.41-yocto-standard/kernel/drivers/media/dvb-frontends/drxk.ko": 81880} pkg_postinst_kernel-module-drxk-5.10.41-yocto-standard: #!/bin/sh\nset -e\nif [ -z "$D" ]; then\n\tdepmod -a 5.10.41-yocto-standard\nelse\n\t# image.bbclass will call depmodwrapper after everything is installed,\n\t# no need to do it here as well\n\t:\nfi\n\n pkg_postrm_kernel-module-drxk-5.10.41-yocto-standard: #!/bin/sh\nset -e\nif [ -z "$D" ]; then\n\tdepmod -a 5.10.41-yocto-standard\nelse\n\tdepmodwrapper -a -b $D 5.10.41-yocto-standard\nfi\n\n PKGSIZE_kernel-module-drxk-5.10.41-yocto-standard: 81880