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

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

PACKAGE_ARCH = "all"

do_install() {
	cp -R ${S}/etc ${D}/etc
	rm -fR ${D}/etc/.svn
	rm -fR ${D}/etc/*/.svn
	rm -fR ${D}/etc/*/*/.svn
	chmod -R 755 ${D}/etc
}