mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
LICENSE = "GPL"
|
||||
include module-init-tools_${PV}.bb
|
||||
inherit cross
|
||||
DEFAULT_PREFERENCE = "0"
|
||||
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.6"
|
||||
|
||||
EXTRA_OECONF_append = " --program-prefix=${TARGET_PREFIX}"
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install
|
||||
}
|
||||
|
||||
do_install () {
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user