summaryrefslogtreecommitdiff
path: root/recipes-graphics/vnc
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-10 11:46:17 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commit7422909f4739ccacf99b30b9a73cf8ae01f5bfbf (patch)
treeb5f24a54a454bf2f1255bdc408e864ced11c3c87 /recipes-graphics/vnc
parenta60fa8247457edf87f0058f5a7f16a8cdc75a09f (diff)
recipes: don't use ${PN} as a recipe name placeholder
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
Diffstat (limited to 'recipes-graphics/vnc')
-rw-r--r--recipes-graphics/vnc/tightvnc_1.3.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/vnc/tightvnc_1.3.10.bb b/recipes-graphics/vnc/tightvnc_1.3.10.bb
index 39297a0..a3f31fd 100644
--- a/recipes-graphics/vnc/tightvnc_1.3.10.bb
+++ b/recipes-graphics/vnc/tightvnc_1.3.10.bb
@@ -8,7 +8,7 @@ DEPENDS = "virtual/libx11 zlib libxmu libxaw jpeg libxt libxext libxmu"
PR = "r2"
-SRC_URI = "${SOURCEFORGE_MIRROR}/vnc-tight/${PN}-${PV}_unixsrc.tar.bz2 \
+SRC_URI = "${SOURCEFORGE_MIRROR}/vnc-tight/tightvnc-${PV}_unixsrc.tar.bz2 \
file://Makefile \
file://Vncviewer"