diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-19 12:41:43 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-03 08:36:00 +0100 |
| commit | 339c3053fc94f6d6047a34c03120898dbe908e4b (patch) | |
| tree | ad9445fd5524fd73aee7b133ed334d9f249c9c5a /meta-efl/recipes-efl/e17/e-wm_0.19.3.bb | |
| parent | d68ffc6ef01a138c04c935a8599e5679ae56a917 (diff) | |
| download | meta-openembedded-339c3053fc94f6d6047a34c03120898dbe908e4b.tar.gz | |
e-wm: upgrade to 0.19.3
* announcement:
https://phab.enlightenment.org/phame/live/3/post/e19_3_release/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/e17/e-wm_0.19.3.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/e-wm_0.19.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb new file mode 100644 index 0000000000..489cb2d146 --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm_0.19.3.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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://enlightenment_start.oe \ | ||
| 15 | file://applications.menu \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "001b657528aadafcfae5b89b2c81aee8" | ||
| 19 | SRC_URI[sha256sum] = "9d2e3c9e25dd48a8f5948d9c7757863d40f7b5bdbc13fdca5a72fb050e048dec" | ||
