summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb')
-rw-r--r--meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
index 36e85058d..55f3282b7 100644
--- a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
+++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb
@@ -2,7 +2,7 @@ SECTION = "x11/data"
2 2
3SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master \ 3SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master \
4 file://0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch \ 4 file://0001-Makefile-update-KEYBOARDS_DIR-for-new-illume2.patch \
5 file://LICENSE" 5 file://LICENSE"
6S = "${WORKDIR}/git" 6S = "${WORKDIR}/git"
7 7
8SRCREV = "4064489f359a1addf572089b582f317dff5f50e1" 8SRCREV = "4064489f359a1addf572089b582f317dff5f50e1"
@@ -93,6 +93,6 @@ DESCRIPTION_illume-keyboard-persian = "Illume keyboard with persian layout"
93FILES_illume-keyboard-persian = "${KEYBOARDS_DIR}/Persian.kbd ${KEYBOARDS_DIR}/Persian.png" 93FILES_illume-keyboard-persian = "${KEYBOARDS_DIR}/Persian.kbd ${KEYBOARDS_DIR}/Persian.png"
94 94
95do_install() { 95do_install() {
96 make DESTDIR=${D} install 96 make DESTDIR=${D} install
97} 97}
98 98