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 }