summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-08-21 09:24:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-31 10:18:33 +0200
commit52fd2575798d9f8b24ca8b7182b09b1cc698a203 (patch)
tree8a5a9bd95534e3a89c442e4b93dc3b42c9f3b57b /meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
parent6e7c9636d276ac02f64aa48fb4fb36f9ee8f3076 (diff)
downloadmeta-openembedded-52fd2575798d9f8b24ca8b7182b09b1cc698a203.tar.gz
meta-efl: remove this now pretty empty layer
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb')
-rw-r--r--meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb b/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
deleted file mode 100644
index 657adcd92..000000000
--- a/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Polish dictionary for Illume keyboard"
2SECTION = "x11/data"
3SRCREV = "38fdd9bb0d8296e984bb6443466801eea6f62f00"
4PV = "1.0+gitr${SRCPV}"
5PE = "1"
6LICENSE = "MIT & BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
8
9SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
10
11S = "${WORKDIR}/git/e-wm/${PN}"
12
13FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic"
14
15do_install() {
16 install -d ${D}${libdir}/enlightenment/modules/illume/dicts
17 install -m 0644 ${S}/Polish.dic ${D}${libdir}/enlightenment/modules/illume/dicts/Polish.dic
18}