diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.25.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.25.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xserver-common/xserver-common_1.25.bb b/recipes/xserver-common/xserver-common_1.25.bb index 40ec4affa0..e56d84a4be 100644 --- a/recipes/xserver-common/xserver-common_1.25.bb +++ b/recipes/xserver-common/xserver-common_1.25.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r4" +PR = "r5" PACKAGE_ARCH = "all" @@ -17,7 +17,7 @@ SRC_URI_append = " file://setDPI.sh \ " SRC_URI_append_angstrom = " file://xtscal-fix.patch;patch=1 " -RDEPENDS_append_angstrom = " tslib-calibrate " +RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " do_install_append() { install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" |