Commit Graph

288 Commits

Author SHA1 Message Date
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
Martin Jansa c39af8cb6f e-wm: update path to icon_icon_theme.png, add some unpackaged files and xcb to DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa a5a40666aa e-base: bump EFL_SRCREV for E17 alpha3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa b4a28841f7 e-base: bump EFL_SRCREV for E17 alpha2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa 2e702c1168 efl: update svn recipes to use 1.7 branch
* E17 will depend only on EFL 1.7 (probably 1.7.2)
* next EFL release we'll have to update recipes a lot to use unified EFL
  source tree, maybe also git instead of svn
* some libs are for newer EFL_SRCREV moved to IN-EFL subdirectory in
  trunk (eet  eina  embryo  eo  evas  evil)
* trunk depends on edbus2 (edbus dir instead of e_dbus)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa 19090f5ed4 ecore: disable some X extensions for native recipe and add libxfixes to target DEPENDS
* at least native libxrandr libxdamage libxcursor libxcomposite
  libxfixes are autodetected sometimes, leading to irreproducible builds
  and failing edje_cc
  /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/edje_cc: error while loading shared libraries: libXcursor.so.1: cannot open shared object file: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa b11ee8bc74 evas: add tiff to DEPENDS
* it's explicitly enabled in OECONF
  and fails without
  | evas_image_load_tiff.c:8:20: fatal error:  tiffio.h: No such file or directory

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:53 +01:00
Martin Jansa 556a094647 efl-from-svn-recipes.inc: update to match new version
* be aware that elocation, efreet and latest eve now depends on edbus2 (edbus directory in svn, e_dbus is edbus1)
  and we don't have recipe for edbus2 yet

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:52 +01:00
Martin Jansa 8241677dfc elementary-theme-efenniht: update path to shared images
* moved to images subdirectory in r78304

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:52 +01:00
Martin Jansa addd4f6ffc eve: add edbus to DEPENDS, but use older SRCREV which depends on edbus1 not edbus2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:52 +01:00
Martin Jansa 758bcee5e4 efl: EFL_SRCREV bump past 1.7.1 release and update PV in svn recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:52 +01:00
Martin Jansa adbdd27bf6 efl: upgrade to bugfix release 1.7.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29 11:04:52 +01:00
Paul Eggleton 3a30c56238 Replace bb.data.* with d.*
Used sed expression given here:

http://lists.linuxtogo.org/pipermail/openembedded-core/2011-November/012373.html

Plus an additional expression for .expand. Full expression is:

sed \
-e 's:bb.data.\(setVar([^,]*,[^,]*\), \([^ )]*\) *):\2.\1):g' \
-e 's:bb.data.\(setVarFlag([^,]*,[^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^, ]*\) *,\([^)]*\)):\2.\1,\3):g' \
-e 's:bb.data.\(getVarFlag([^,]*,[^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(getVar([^,]*\), \([^) ]*\) *):\2.\1):g' \
-e 's:bb.data.\(expand([^,]*\), \([^ )]*\) *):\2.\1):g' \
-i `grep -ril bb.data *`

Some minor correction in systemd.bbclass was needed for some expressions
that didn't quite match the regex in the desired way; additionally a few
instances were manually changed.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-10-28 14:32:06 +00:00
Martin Jansa 105e451151 imlib2: inherit binconfig
* it was installing imlib2-config directly to sysroot

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-26 13:00:23 +02:00
Otavio Salvador 84cdc8465c rage: Add license checksum
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24 08:29:11 +02:00
Otavio Salvador 9f21b18da3 epdfview: Sync with Debian 0.1.8-3 patches
This includes the patches in use in Debian package to fix color
inversion and other minor issues.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-10-24 08:28:55 +02:00
Martin Jansa 673b3b6627 mcnavi: move from meta-oe to meta-efl
* mcnavi depends on ecore, but meta-oe does not depend on meta-efl
* thanks to kergoth for reporting this!

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-19 11:42:14 +02:00
Martin Jansa 503191773e ecore: drop libxputil from DEPENDS
* it was removed from oe-core
  http://git.openembedded.org/openembedded-core/commit/?id=5b3748d463a6666c0d8e2624092619da8d8e6328
* it needs to be explicitly disabled now, because recipe was removed in
  oe-core, but files still stay in sysroot and we cannot even
  cleansstate it now without recipes around.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-19 11:42:14 +02:00
Martin Jansa 8402b7ac0f PACKAGES_DYNAMIC: use regexp not glob
* bitbake uses PACKAGES_DYNAMIC as regexp
  ^ could make matching faster (and it will be more clear that we're expecting regexp not glob)
  * made all those last '-' optional, use .* (or nothing)
* use += instead of = in most cases to keep ${PN}-locale from
  bitbake.conf:PACKAGES_DYNAMIC = "^${PN}-locale-.*"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-19 11:42:13 +02:00
Martin Jansa 2730f4f6fa elmdentica: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:07 +02:00
Martin Jansa d4e2e97ee4 azy: fix do_configure
* something changed in override/prepend expansion and azy-native now had do_configure_prepend applied too

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:06 +02:00
Martin Jansa 8910aced94 azy: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-02 19:29:06 +02:00
Martin Jansa fc9386733a recipes: bump PR to rebuild after libffi5 -> libffi6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-20 10:02:45 +02:00
Denis 'GNUtoo' Carikli fac9e9c8b5 meta-efl: enjoy: fix scrolling
* [SHR bug #2058] http://www.shr-project.org/trac/ticket/2058
* [EFL bug #1477] http://trac.enlightenment.org/e/ticket/1477

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-11 12:26:03 +02:00
Martin Jansa c38f5cba0b evas: move EVAS_CPU_TWEAKS to target EXTRA_OECONF
* it was causing different sstate checksum for evas-native
  $ bitbake-diffsigs
    stamps.1347348593/nokia900/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.cc8b80e938b87ad1bb8d6ded52ef941f
    stamps.1347348593/om-gta02/x86_64-linux/evas-native-2_1.7.0-r0.0.do_configure.sigdata.e6143417eb7ea0ebd0ab299ce5a024ea
      basehash changed from f453b3bdd276ffd49445d1c81e2962e8 to 3a244a9f14657439d5b4a8c7d609b087
      Variable EVAS_CPU_TWEAKS value changed from --disable-cpu-neon to

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-11 12:25:45 +02:00
Martin Jansa 2fda20563d task-x11-illume: rename to packagegroup-x11-illume
* add RPROVIDES/RREPLACES/RCONFLICTS task-x11-illume for upgrade path
* RDEPEND on packagegroup-core-x11* from oe-core now with task-x11-*
  gone from meta-oe

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-06 13:14:00 +02:00
Martin Jansa 49e269ecc6 packagegroup: add RPROVIDES/RREPLACES/RCONFLICTS and bump PR to get some upgrade path
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:06 +02:00
Martin Jansa 21a4be0e36 task*: rename to packagegroup to match oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:06 +02:00
Martin Jansa ef97bf5175 python-efl: upgrade recipes to 1.7.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:04 +02:00
Martin Jansa a039662ebf python-efl: upgrade svn recipes to 1.7.0+svn
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:04 +02:00
Martin Jansa 499d9aee27 task-x11-illume: update default ECONFIG
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:04 +02:00
Martin Jansa ac20fad16f e-wm: update RRECOMMENDS_-config-mobile
* I've forgot to rename this when illume2 was renamed to mobile

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:03 +02:00
Martin Jansa 2ec9fa993a recipes-efl: upgrade from 1.7.0-beta to 1.7.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:03 +02:00
Martin Jansa 605e8f47b2 terminology: add version 0.1.0, negative D_P to svn and bump PE
* PE bump is needed for upgrade path from svn recipe to 0.1.0 release

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:03 +02:00
Martin Jansa 945134094d e-base: bump EFL_SRCREV to 1.7.0 release and update PV in svn recipes
* python bindings tarball are not released yet

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05 10:05:03 +02:00
Martin Jansa d19953e28e python-efl: upgrade to 1.6.99-beta
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa 162776afa4 expedite: move to efl subdir
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa 7808cc0207 recipes-efl: upgrade to 1.6.99-beta
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa 68d065a9bc e-base: bump EFL_SRCREV for 1.6.99-beta
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa ab19e33a9d python-efl: introduce recipes for 1.6.99-alpha release and add negative D_P to svn recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa 7c28fa0c71 python-efl: bump PV and reset PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:58:08 +02:00
Martin Jansa 14361d93db efl-from-svn-recipes: update P_Vs, now all svn recipes have 1.6.99+svn
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa 1b69dded38 meta-efl: introduce 1.6.99-alpha releases
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa e904c699d9 e-base: bump EFL_SRCREV for 1.6.99-alpha
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa 886738268a elsa: rename to entrance
* elsa was killed in r75060 and reintroduced in r75061 with old name - entrance

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa e823cd104c e-base: bump EFL_SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa 2eaeef30ed e-wm: illume2 profile was renamed to mobile
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:43 +02:00
Martin Jansa b2ea6dab6a e-base: bump EFL_SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20 09:57:42 +02:00