diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.19.1.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_0.19.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.1.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.1.bb new file mode 100644 index 0000000000..4c9830fc36 --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm_0.19.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRCNAME = "enlightenment" | ||
4 | |||
5 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
6 | |||
7 | # couple of modules needed for illume2 (mobile) profile were removed in | ||
8 | # http://git.enlightenment.org/core/enlightenment.git/commit/src/modules/Makefile.mk?id=1be76d599ca27f820b58b8186c5f73d9844c67ca | ||
9 | # and replacements aren't included yet, if you want to use e-wm on device with small screen, better stay with 0.18 release | ||
10 | DEFAULT_PREFERENCE = "-1" | ||
11 | |||
12 | SRC_URI = "\ | ||
13 | ${E_RELEASES}/apps/${SRCNAME}/${SRCNAME}-${SRCVER}.tar.gz \ | ||
14 | file://0001-configure.ac-add-foreign.patch \ | ||
15 | file://enlightenment_start.oe \ | ||
16 | file://applications.menu \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[md5sum] = "2c5a110496a867253f31cf7ed1a2143a" | ||
20 | SRC_URI[sha256sum] = "3430d94c3def706de3b421ee48d92f2a475224f2f86111442a5d2d90c2363116" | ||