diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-17 15:32:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-17 15:32:59 +0000 |
commit | 6e4d3a663e05a2a4c5f36da15a4eeb5dc8fe13c4 (patch) | |
tree | 18321ffe3da0b54853e8d803d168f978a79db67b | |
parent | 8fb24c08ef977e0eced737d6f49f9e7b99ec299d (diff) |
tighvnc: fix parse error and debug packaging
-rw-r--r-- | packages/vnc/tightvnc_1.3dev7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |