mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
14 lines
274 B
BlitzBasic
14 lines
274 B
BlitzBasic
DESCRIPTION = "Common X11 scripts"
|
|
LICENSE = "GPL"
|
|
SECTION = "x11"
|
|
DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
|
|
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "file://etc"
|
|
S = ${WORKDIR}
|
|
|
|
do_install() {
|
|
cp -R ${S}/etc ${D}/etc
|
|
chmod -R 755 ${D}/etc
|
|
} |