summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
blob: 707c7665557a1f105a277ce773e921c498a833e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "xmodmap xrandr xdpyinfo xtscal"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo xtscal"
PR = "r0"

SRC_URI = "file://etc"
S = ${WORKDIR}

do_install() {
	cp -R ${S}/etc ${D}/etc
	chmod -R 755 ${D}/etc
}