summaryrefslogtreecommitdiff
path: root/recipes-graphics
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
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')
-rw-r--r--recipes-graphics/drm/libdrm_%.bbappend2
-rw-r--r--recipes-graphics/unclutter/unclutter_1.09.bb4
-rw-r--r--recipes-graphics/vnc/tightvnc_1.3.10.bb2
-rw-r--r--recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend2
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend2
5 files changed, 6 insertions, 6 deletions
diff --git a/recipes-graphics/drm/libdrm_%.bbappend b/recipes-graphics/drm/libdrm_%.bbappend
index 72d991c..8c8dca3 100644
--- a/recipes-graphics/drm/libdrm_%.bbappend
+++ b/recipes-graphics/drm/libdrm_%.bbappend
@@ -1 +1 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/libdrm:"
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"
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"
diff --git a/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
index 4fabae9..04faf30 100644
--- a/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
+++ b/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/xinput-calibrator:"
# menu entry should make the calibration permanent instead of printing cal data into a terminal
do_install_append() {
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
index 47abe0e..89ae312 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bbappend
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/xserver-xorg-${PV}:"
ADD_PATCHES = ""
ADD_PATCHES_tegra = "file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"