Commit Graph

335 Commits

Author SHA1 Message Date
Martin Jansa
9ec6dd3dc8 meta-efl: update efl svn recipes PV to 1.7.4+svnr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Martin Jansa
ded035f8d9 meta-efl: upgrade efl to 1.7.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Martin Jansa
0bc442eef0 e-base: bump EFL_SRCREV for E17 zero
* alias final Enlightenment 0.17 version
* announcement: http://www.enlightenment.org/p.php?p=news&l=en

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-23 09:10:24 +01:00
Martin Jansa
ef5e1d7520 e-base: bump EFL_SRCREV for E17 release called omege
* this should be last pre-release before E17
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=75

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19 12:07:32 +01:00
Martin Jansa
d0d3977290 azy: rename lemon provided by azy-native to azy_lemon
* meta-openembedded/meta-oe/recipes-devtools/lemon/lemon_3.5.4.bb provides almost the same lemon
  but lemon.c in azy sources is a bit modified (and completely reformatted :/)

* rename it to resolve:
  WARNING: The recipe azy-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
   /OE/jansa-test/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/lemon
   Matched in manifest-x86_64-lemon-native

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18 17:35:17 +01:00
Martin Jansa
a140e9a352 terminology: upgrade to 0.2.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18 17:34:33 +01:00
Martin Jansa
cb99f6dcf0 e-base: bump EFL_SRCREV for E17 release called lucky
* changelog:
  http://enlightenment.org/p.php?p=news/show&l=en&news_id=73

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-18 17:34:33 +01:00
Martin Jansa
833d36faf0 azy: simplify do_configure
* probably because of
  http://git.openembedded.org/bitbake/commit/?id=9fc98f96f0e0320beda0ce9546275a99336732c1
  it now failed with
  /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/run.do_configure.30731: line 88: efl_do_configure: command not found
  ERROR: Function failed: do_configure (see /OE/jansa-test/shr-core/tmp-eglibc/work/x86_64-linux/azy-native/2_1.0.0+svnr80969-r0/temp/log.do_configure.30731 for further information)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-16 21:10:58 +01:00
Martin Jansa
20451cebde emotion: disable generic-vlc backend
* we don't have vlc in DEPENDS, but when it happens to be built before
  emotion, it causes undeterministic builds and unpackaged files
  emotion-1.7.3: emotion: Files/directories were installed but not
  shipped
    /usr/lib/emotion/utils/em_generic_vlc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-14 09:45:42 +01:00
Martin Jansa
656ff747d3 e-base: bump EFL_SRCREV for E17 gamma
* changelog:
  http://www.enlightenment.org/p.php?p=news/show&l=&news_id=72

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13 23:38:00 +01:00
Martin Jansa
39dac1d55f e-base: bump EFL_SRCREV for E17 beta1 and EFL 1.7.3
* changelog:
  http://www.enlightenment.org/p.php?p=news/show&l=&news_id=70
  http://www.enlightenment.org/p.php?p=news/show&l=&news_id=71

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13 23:38:00 +01:00
Martin Jansa
390171a2cf efl: upgrade to 1.7.3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13 23:38:00 +01:00
Martin Jansa
fe18756869 exalt-client: fix FILES for PN-staticdev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:59 +01:00
Martin Jansa
864e7cda5e efl.bbclass: fix FILES for PN-staticdev
* ${libdir}/${BPN}/*.a is there by default and it's PN-staticdev not PN-static

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:59 +01:00
Martin Jansa
7199752c68 python-efl: fix do_configure_prepend to be reentrant
* without '=' it added ${STAGING_DIR_HOST} prefix again when
  do_configure was executed twice in the same WORKDIR
  causing issues when looking for header files in python-edje,
  python-ecore, python-elementary and python-emotion
  ./python-edje/configure.ac:CYTHON_EDJE_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"`
  ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR=""
  ./python-ecore/configure.ac:CYTHON_ECORE_EVAS_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"`
  ./python-elementary/configure.ac:CYTHON_ELEMENTARY_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"`
  ./python-emotion/configure.ac:CYTHON_EMOTION_INCLUDEDIR=`$PKG_CONFIG --variable=includedir "python-evas >= ${python_evas_version}"`

* config.log diffs confirms duplicated ${STAGING_DIR_HOST} prefix
  < CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas'
  ---
  > CYTHON_ECORE_EVAS_INCLUDEDIR='/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/OE/jansa-test/shr-core/tmp-eglibc/sysroots/tuna/usr/include/python-evas'

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:57 +01:00
Martin Jansa
c08c78bb97 enjoy: depend on edbus2
* ported to edbus2 in r80102

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:57 +01:00
Martin Jansa
5719074e6a e-base.bbclass: bump EFL_SRCREV for E17 alpha8
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=69

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:57 +01:00
Martin Jansa
233f41ae1c lightmediascaner: move .a files from PN-dev to PN-staticdev
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:55 +01:00
Martin Jansa
76ef402036 exalt-client: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:55 +01:00
Martin Jansa
2d44b0925e epdfview: move from meta-efl to meta-gnome
* as suggested in http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-November/042449.html

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:53 +01:00
Martin Jansa
8c9b3585d9 elementary-alarm: remove recipe, source was removed in r70549
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:53 +01:00
Martin Jansa
10946e6282 waker: remove recipe, source was removed in r70549
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:53 +01:00
Martin Jansa
d0ae22598e notification: remove recipe, notification module is now part of e-wm
* merged to e in r64475

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:53 +01:00
Martin Jansa
93f87465ff edb: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:52 +01:00
Martin Jansa
33cb8e4407 engrave: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:52 +01:00
Martin Jansa
bc82e9f048 epeg: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:52 +01:00
Martin Jansa
fb110bea8e libeweather: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:52 +01:00
Martin Jansa
6edce25c22 rain: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
6e0398b0c9 flame: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
f7d587f440 news: fix LICENSE and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
be590b22da exalt: fix LICENSE and add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
351c396286 ephoto: update LICENSE and LIC_FILES_CHKSUM
* COPYNG.icons was changed to GPL-3.0 in r60781

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
e6f54e9e77 exquisite: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:51 +01:00
Martin Jansa
23ecb8b3e6 diskio: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Martin Jansa
ec5cecb7d1 cpu: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Martin Jansa
0db0609fa0 forecast: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Martin Jansa
fd6f4c8827 uptime: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Martin Jansa
3e0bf37eeb edje-viewer: add LIC_FILES_CHKSUM and drop BSD from LICENSE
* COPYING does not say anything from BSD license, only MIT

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11 01:52:50 +01:00
Martin Jansa
f17102c7ab e-base.bbclass: bump EFL_SRCREV for E17 alpha7
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=68

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10 19:05:52 +01:00
Martin Jansa
e71c28ab19 e-base.bbclass: bump EFL_SRCREV for E17 alpha6
* changelog: http://enlightenment.org/p.php?p=news/show&l=en&news_id=67

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10 19:05:52 +01:00
Martin Jansa
2c11298520 e-base.bbclass: bump EFL_SRCREV for E17 alpha5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:54 +01:00
Martin Jansa
92bf1cf368 e-wm: fix file permissions on sysactions.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:54 +01:00
Martin Jansa
6ba5d2f782 e-wm: add setxkbmap to RDEPENDS
* called from xkb map E17 module
Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap  -model 'default'
Jan 02 02:58:42 gjama xinit[418]: SET XKB RUN: setxkbmap  -model 'default'
Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found
Jan 02 02:58:43 gjama xinit[418]: /bin/sh: setxkbmap: command not found

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:54 +01:00
Martin Jansa
1d99275e65 efl: upgrade to 1.7.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:54 +01:00
Martin Jansa
a5e97517cb eve: bump SRCREV back to EFL_SRCREV and add edbus2 dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:54 +01:00
Martin Jansa
1055c6d727 edbus2: add recipe for new edbus implementation needed for eve and later efl-1.8
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa
4b355ae8bc edje: backport patch to fix e-wm build
* 1.7.2 wont be released before E17 is finished, until then we need to backport
  mandatory patches or use conf/distro/include/efl-from-svn-recipes.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa
84ac2a95e2 e-base.bbclass: bump EFL_SRCREV for E17 alpha4
* be aware that this rev is slightly newer then alpha4, because we
  need backported patch to edje-1.7
  r79484 | raster | 2012-11-21 00:58:03 +0100 (Wed, 21 Nov 2012) | 3 lines
  backport cedrics fix... not backported when done! :-P
  and also this works only with conf/distro/include/efl-from-svn-recipes.inc
  otherwise edje_cc segfaults when building default e-wm theme

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa
57cbe778f0 e-wm-theme-b-and-w: add recipe for old default theme b_and_w
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa
9b3ae30b8c e-wm: add work around for illume2 issues from r78978
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00