summaryrefslogtreecommitdiff
path: root/packages/xkbd/xkbd-layout-ru_0.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xkbd/xkbd-layout-ru_0.1.1.bb')
-rw-r--r--packages/xkbd/xkbd-layout-ru_0.1.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/xkbd/xkbd-layout-ru_0.1.1.bb b/packages/xkbd/xkbd-layout-ru_0.1.1.bb
index e65d91b7c0..53fbb3c7aa 100644
--- a/packages/xkbd/xkbd-layout-ru_0.1.1.bb
+++ b/packages/xkbd/xkbd-layout-ru_0.1.1.bb
@@ -3,16 +3,16 @@ SECTION = "x11"
PRIORITY = "optional"
LICENSE = "GPL"
PACKAGE_ARCH = "all"
-PR = "r0"
+PR = "r1"
RDEPENDS = "xkbd"
-SRC_URI = "http://whitenoise.ssrlab.com/pda/xkbd/xkbd-ru-en-123_0.1.1.tar.gz"
+#SRC_URI = "http://whitenoise.ssrlab.com/pda/xkbd/xkbd-ru-en-123_0.1.1.tar.gz"
+SRC_URI = "file://en-ru-123.xkbd"
S = "${WORKDIR}"
do_install () {
install -d ${D}${prefix}/share/xkbd
- cd usr/share/xkbd/
for i in *.xkbd; do
install -m 644 $i ${D}${prefix}/share/xkbd/${i}
done