From 96a041c5e8d7c814b5b10fe7df09fb084994c972 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 18 Mar 2017 12:21:09 +0100 Subject: meta-toradex-demo: clean-up whitespace use Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/vnc/tightvnc_1.3.10.bb | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'recipes-graphics/vnc') diff --git a/recipes-graphics/vnc/tightvnc_1.3.10.bb b/recipes-graphics/vnc/tightvnc_1.3.10.bb index 0962a03..537d7bd 100644 --- a/recipes-graphics/vnc/tightvnc_1.3.10.bb +++ b/recipes-graphics/vnc/tightvnc_1.3.10.bb @@ -8,9 +8,11 @@ DEPENDS = "virtual/libx11 zlib libxmu libxaw jpeg libxt libxext libxmu" PR = "r2" -SRC_URI = "${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-${PV}_unixsrc.tar.bz2 \ - file://Makefile \ - file://Vncviewer" +SRC_URI = " \ + ${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-${PV}_unixsrc.tar.bz2 \ + file://Makefile \ + file://Vncviewer \ +" S = "${WORKDIR}/vnc_unixsrc/vncviewer/" @@ -19,24 +21,24 @@ FILES_${PN}-viewer-dbg = "${bindir}/.debug" FILES_${PN}-viewer = "${bindir}/${PN}viewer ${sysconfdir}" do_compile () { - install ${WORKDIR}/Makefile ${S} - oe_runmake + install ${WORKDIR}/Makefile ${S} + oe_runmake } do_install () { - install -d ${D}${bindir} - install ${PN}viewer ${D}${bindir} - install -d ${D}${sysconfdir}/X11/app-defaults - install -m 644 ${WORKDIR}/Vncviewer ${D}${sysconfdir}/X11/app-defaults/Vncviewer + install -d ${D}${bindir} + install ${PN}viewer ${D}${bindir} + install -d ${D}${sysconfdir}/X11/app-defaults + install -m 644 ${WORKDIR}/Vncviewer ${D}${sysconfdir}/X11/app-defaults/Vncviewer } pkg_postinst_${PN}-viewer () { - update-alternatives --install ${bindir}/vncviewer vncviewer tightvncviewer 100 + update-alternatives --install ${bindir}/vncviewer vncviewer tightvncviewer 100 } pkg_prerm_${PN}-viewer () { - update-alternatives --remove ${bindir}/vncviewer vncviewer tightvncviewer 100 + update-alternatives --remove ${bindir}/vncviewer vncviewer tightvncviewer 100 } SRC_URI[md5sum] = "397b35faad32d5246b6d44b142f8304f" -- cgit v1.2.3