From: Koen Kooi Date: Fri, 17 Nov 2006 15:32:59 +0000 (+0000) Subject: tighvnc: fix parse error and debug packaging X-Git-Tag: Release-2010-05/1~9453^2~434^2~14^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e4d3a663e05a2a4c5f36da15a4eeb5dc8fe13c4;p=openembedded.git tighvnc: fix parse error and debug packaging --- diff --git a/packages/vnc/tightvnc_1.3dev7.bb b/packages/vnc/tightvnc_1.3dev7.bb index fff01473ca..64d9748755 100644 --- a/packages/vnc/tightvnc_1.3dev7.bb +++ b/packages/vnc/tightvnc_1.3dev7.bb @@ -6,9 +6,9 @@ LICENSE = "GPL" SRC_URI = "${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-1.3dev7_unixsrc.tar.gz \ file://Makefile" -S = ${WORKDIR}/vnc_unixsrc/vncviewer/ +S = "${WORKDIR}/vnc_unixsrc/vncviewer/" -PACKAGES="tightvncviewer" +PACKAGES = "tightvncviewer-dbg tightvncviewer" FILES_tightvncviewer = "/usr/bin/tightvncviewer" do_compile () {