summaryrefslogtreecommitdiff
path: root/recipes-graphics/unclutter
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
commitd55adc243fed56d103ce0ca762d12bf6a9682598 (patch)
tree824f548c0270a7acb9486bd9aa72a11399e8911e /recipes-graphics/unclutter
parent60e845e0814ff149e5260e5c318ac73f38c0f74f (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/unclutter')
-rw-r--r--recipes-graphics/unclutter/unclutter_1.09.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/unclutter/unclutter_1.09.bb b/recipes-graphics/unclutter/unclutter_1.09.bb
index a7cc8ea..a336bea 100644
--- a/recipes-graphics/unclutter/unclutter_1.09.bb
+++ b/recipes-graphics/unclutter/unclutter_1.09.bb
@@ -4,9 +4,9 @@ LICENSE = "PublicDomain"
DEPENDS = "virtual/xserver"
PR = "r0"
-S = "${WORKDIR}/${PN}-${PV}"
+S = "${WORKDIR}/unclutter-${PV}"
-SRC_URI = "${SOURCEFORGE_MIRROR}/unclutter/${PN}-${PV}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/unclutter/unclutter-${PV}.tar.gz \
file://cross-compile.patch \
"
LIC_FILES_CHKSUM = "file://README;md5=7c9b6681ac4b35194de7d5f3585702b6"