[oe-issues] [Bug 2478] module packages should 'inherit module'

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Tue Jun 12 20:15:46 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2478


Koen Kooi <koen at dominion.kabel.utwente.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|module packages should call |module packages should
                   |depmod                      |'inherit module'




--- Comment #1 from Koen Kooi <koen at dominion.kabel.utwente.nl>  2007-06-12 13:15:46 ---
from module.bbclass:

pkg_postinst_append () {
        if [ -n "$D" ]; then
                exit 1
        fi
        depmod -a
        update-modules || true
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list