mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
16
meta/packages/modutils/modutils-collateral.bb
Normal file
16
meta/packages/modutils/modutils-collateral.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SECTION = "base"
|
||||
DESCRIPTION = "modutils configuration files"
|
||||
PR = "r2"
|
||||
LICENSE = "MIT"
|
||||
|
||||
SRC_URI = "file://modules \
|
||||
file://modules.conf"
|
||||
|
||||
do_compile () {
|
||||
}
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0644 ${WORKDIR}/modules ${D}${sysconfdir}/modules
|
||||
install -m 0644 ${WORKDIR}/modules.conf ${D}${sysconfdir}/modules.conf
|
||||
}
|
||||
Reference in New Issue
Block a user