mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
12 lines
195 B
BlitzBasic
12 lines
195 B
BlitzBasic
DESCRIPTION = "Custom MB session files for poky"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11"
|
|
PR = "r0"
|
|
|
|
SRC_URI = "file://etc"
|
|
S = ${WORKDIR}
|
|
|
|
do_install() {
|
|
cp -R ${S}/etc ${D}/etc
|
|
chmod -R 755 ${D}/etc
|
|
} |