From a6d7a45420312c2bf26fa585cc08cd5272e2d516 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 13 May 2014 13:31:16 +0200 Subject: [PATCH] remove white space before EOF Change-Id: I9ad2a79c41716fcca3315c615674614c4a09bc72 --- recipes-tizen/dlog/dlog.inc | 5 +++-- recipes-tizen/iniparser/iniparser.inc | 2 +- recipes-tizen/weston-common/weston-common.inc | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-tizen/dlog/dlog.inc b/recipes-tizen/dlog/dlog.inc index 2217e26..0cde0f1 100644 --- a/recipes-tizen/dlog/dlog.inc +++ b/recipes-tizen/dlog/dlog.inc @@ -126,10 +126,11 @@ do_install() { find ${D} -regex ".*\.la$" | xargs rm -f -- find ${D} -regex ".*\.a$" | xargs rm -f -- mkdir -p ${D}/opt/etc/dump.d/default.d - cp ${WORKDIR}/git/dlog_dump.sh ${D}/opt/etc/dump.d/default.d/dlog_dump.sh + cp ${WORKDIR}/dlog-0.4.1/dlog_dump.sh ${D}/opt/etc/dump.d/default.d/dlog_dump.sh mkdir -p ${D}/usr/bin/ - cp ${WORKDIR}/git/dlogctrl ${D}/usr/bin/dlogctrl + cp ${WORKDIR}/dlog-0.4.1/dlogctrl ${D}/usr/bin/dlogctrl + mkdir -p ${D}/lib/systemd/system/basic.target.wants mkdir -p ${D}/lib/systemd/system/multi-user.target.wants install -m 0644 ${S}/packaging/dlog-main.service ${D}/lib/systemd/system diff --git a/recipes-tizen/iniparser/iniparser.inc b/recipes-tizen/iniparser/iniparser.inc index 984f9ff..18dd004 100644 --- a/recipes-tizen/iniparser/iniparser.inc +++ b/recipes-tizen/iniparser/iniparser.inc @@ -84,7 +84,7 @@ do_install() { Libs : -L\${libdir} -liniparser Cflags : -I\${includedir} - EOF +EOF } diff --git a/recipes-tizen/weston-common/weston-common.inc b/recipes-tizen/weston-common/weston-common.inc index 6b16985..21a81e6 100644 --- a/recipes-tizen/weston-common/weston-common.inc +++ b/recipes-tizen/weston-common/weston-common.inc @@ -154,17 +154,17 @@ do_install() { mkdir -p ${D}${sysconfdir}/udev/rules.d cat >${D}${sysconfdir}/udev/rules.d/99-dri.rules <<'EOF' SUBSYSTEM=="drm", MODE="0660", GROUP="display", SMACK="*" - EOF +EOF # user 'display' must own /dev/tty7 for weston to start correctly cat >${D}${sysconfdir}/udev/rules.d/99-tty.rules <<'EOF' SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="display", SMACK="^" - EOF +EOF # user 'display' must also be able to access /dev/input/event* cat >${D}${sysconfdir}/udev/rules.d/99-input.rules <<'EOF' SUBSYSTEM=="input", KERNEL=="event*", MODE="0660", GROUP="input", SMACK="^" - EOF +EOF # install desktop file mkdir -p ${D}${prefix}/share/applications -- 2.7.4