From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-graphics/x11-common/x11-common_0.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-graphics/x11-common/x11-common_0.1.bb (limited to 'meta/recipes-graphics/x11-common/x11-common_0.1.bb') diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb new file mode 100644 index 0000000000..a2d8885cc7 --- /dev/null +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "Common X11 scripts and configuration files" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +SECTION = "x11" +PR = "r47" + +SRC_URI = "file://etc \ + file://gplv2-license.patch" + +S = "${WORKDIR}" + +do_install() { + cp -R ${S}/etc ${D}${sysconfdir} + chmod -R 755 ${D}${sysconfdir} + find ${D}${sysconfdir} -type f -name \*~ -exec rm -rf {} \; +} + +RDEPENDS_${PN} = "dbus-x11 xmodmap xdpyinfo xtscal xinit formfactor" + -- cgit v1.2.3-54-g00ecf