mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
26
openembedded/packages/modutils/modutils-cross_2.4.27.bb
Normal file
26
openembedded/packages/modutils/modutils-cross_2.4.27.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SECTION = "base"
|
||||
include modutils_${PV}.bb
|
||||
PR = "r6"
|
||||
inherit cross
|
||||
S = "${WORKDIR}/modutils-${PV}"
|
||||
DEPENDS = ""
|
||||
PACKAGES = ""
|
||||
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
|
||||
DEFAULT_PREFERENCE = "1"
|
||||
|
||||
SRC_URI += "file://modutils-cross/module.h.diff;patch=1"
|
||||
|
||||
sbindir = "${prefix}/bin"
|
||||
|
||||
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
|
||||
|
||||
CFLAGS_prepend_mipsel = "-D__MIPSEL__"
|
||||
CFLAGS_prepend_mipseb = "-D__MIPSEB__"
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
do_install () {
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user