RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" DEPENDS += "virtual/kernel" inherit module-base module_do_compile() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \ KERNEL_SRC=${STAGING_KERNEL_DIR} \ KERNEL_VERSION=${KERNEL_VERSION} \ CC="${KERNEL_CC}" LD="${KERNEL_LD}" \ AR="${KERNEL_AR}" \ ${MAKE_TARGETS} } module_do_install() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" CC="${KERNEL_CC}" LD="${KERNEL_LD}" modules_install } pkg_postinst_append () { if [ -n "$D" ]; then exit 1 fi depmod -a update-modules || true } pkg_postrm_append () { update-modules || true } EXPORT_FUNCTIONS do_compile do_install FILES_${PN} = "/etc /lib/modules" > Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/libeventdb
AgeCommit message (Expand)AuthorFiles
2006-12-11libeventdb: use the new GPE svn repoKoen Kooi1
2006-11-20many packages: fix parse errors #2Marcin Juszkiewicz1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi5
2006-06-05libeventdb: lower default prefKoen Kooi1
2006-05-29libeventdb: update PVKoen Kooi1
2006-05-22libeventdb: add 0.30, which bumps SO_VERSION because of API changes Koen Kooi1