summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/e17
Commit message (Collapse)AuthorAgeFilesLines
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-0528-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | * based on discussion in pndeprecated thread: https://patchwork.openembedded.org/patch/137573/ update the messages to warn possible users that the recipe will be removed before the end of the next development cycle (before Yocto 2.4 is released). * updated with: sed -i 's/^\(PNBLACKLIST.*".*\)"/\1 - the recipe will be removed on 2017-09-01 unless the issue is fixed"/g' `git grep PNBLACKLIST | sed 's/:.*//g' | sort -u | xargs` * then noticed couple recipes being blacklisted only based on DISTRO_FEATURES, so removed those: meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.17.bb meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb meta-oe/recipes-navigation/gypsy/gypsy.inc meta-oe/recipes-navigation/navit/navit.inc meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb * if it isn't fixed by this date, it's fair game to be removed whenever someone gets around to i Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: blacklist efl-native and dependent recipesMartin Jansa2017-03-311-0/+6
| | | | | | | * I no longer use efl and don't plan to upgrade it to newer version * someone else should step-up and start maintaining meta-efl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: delete obsolete patchesOleksandr Kravchuk2017-03-161-54/+0
| | | | | | | Deleted bunch of patches which are not used anymore by any recipe. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-3/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: blacklist recipes runtime depending on blacklisted recipesMartin Jansa2017-02-132-0/+10
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: blacklist recipes depending on blacklisted recipesMartin Jansa2017-02-1317-1/+34
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa2017-02-131-0/+2
| | | | | | | | | devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: remove trailing spacesMartin Jansa2016-08-224-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl e-module.inc: fix fetching in multi-lib configsFrederico Cadete2016-06-231-1/+1
| | | | | | | | | Using ${PN} in URL's will get messed up in multi-lib configs, where that can be expanded to things like lib32-${BPN}. We should use ${BPN} instead. Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-281-2/+2
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: blacklist, webkit-efl is old and unmaintained fork with security ↵Martin Jansa2016-03-041-0/+2
| | | | | | | | | | | issues * now it also fails to build again with; webkit-efl/1_1.11.0-r0/ewebkit/Source/JavaScriptCore/profiler/ProfileNode.cpp:126:41: error: 'isnan' was not declared in this scope adding cmath include could be enough, but this was last drop of my patience Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* illume-keyboards-shr: mark as having broken "make clean"Bob Ham2016-02-011-0/+2
| | | | | | | Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham <bob.ham@collabora.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "rage, emprint, news: Move to nonworking"Martin Jansa2015-10-133-0/+6
| | | | | | | | * use PNBLACKLIST instead This reverts commit 1ead1a9196e0003652bc99d0d5739ab59c221209. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "screenshot: Move to nonworking because depends on emprint"Martin Jansa2015-10-132-1/+1
| | | | | | | | * use PNBLACKLIST instead This reverts commit 694119f6bffa44941ac73f35d932eef1a582549d. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica, azy: blacklist because they are old and fail to build with gcc-5Martin Jansa2015-10-131-0/+2
| | | | | | | * they weren't migrated from E_SVN to git and updated in ages, I'm not interested in maintaining them and nobody else volunteered to fix it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.9.1Martin Jansa2015-09-232-8/+8
| | | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/terminology_0_9/ https://phab.enlightenment.org/phame/live/3/post/terminology_0_9_1/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.10Martin Jansa2015-09-231-2/+2
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_10_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.9Martin Jansa2015-09-231-2/+2
| | | | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/e19_6_release/ https://phab.enlightenment.org/phame/live/3/post/e19_7_release/ https://phab.enlightenment.org/phame/live/3/post/e19_8_release/ https://phab.enlightenment.org/phame/live/3/post/e19_9_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elbow: use x86 over-ride instead of i586Andre McCurdy2015-06-081-1/+1
| | | | | | | Support i686 without needing to duplicate the i586 over-ride. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.5Martin Jansa2015-05-171-2/+2
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_5_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.4Martin Jansa2015-04-132-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_4_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.3Martin Jansa2015-03-033-4/+34
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_3_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.8.0Martin Jansa2015-02-273-10/+10
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/terminology_0_8/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* entrance, diskio: blacklistMartin Jansa2015-02-271-0/+2
| | | | | | * they are old and now incompatible with edje_cc from 1.13.0 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.2Martin Jansa2015-01-084-38/+7
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_2_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: use MIT & BSD licenseMartin Jansa2014-12-3110-10/+10
| | | | | | * add & operator Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elbow: replace eveMartin Jansa2014-12-174-245/+24
| | | | | | * ewebkit1 was dropped in latest webkit-efl, elbow is based on ewebkit2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: upgrade to 1.11.4 and 0.19.1Martin Jansa2014-10-271-2/+2
| | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/efl_elementary_1_11_3_and_enlightenment_0_19_1_releases/ https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_11_4_releases/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade from 0.5.1 to 0.7.0Martin Jansa2014-10-272-8/+8
| | | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/terminology_0_6_codename_space_shuttle_just_took_off/ https://phab.enlightenment.org/phame/live/3/post/terminology_0_6_1/ https://phab.enlightenment.org/phame/live/3/post/terminology_0_7/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add recipe for 0.19.0 but with negative D_PMartin Jansa2014-10-061-0/+20
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/87/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add git recipe with latest revisionMartin Jansa2014-08-274-6/+48
| | | | | | | | | | | | * E19 is still in alpha stage, but I was told that many things work there better than old(ish) E18 * last announcement: https://phab.enlightenment.org/phame/live/3/post/e19_alpha2_now_with_50_more_explosions/ * but be aware that illume2 modules are gone and config mobile doesn't work without them * there is new tiling config Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: add efreet, evas-generic-loader-svg runtime recommendationMartin Jansa2014-08-271-0/+2
| | | | | | | | | | | | | | | * resolves: ERR<efreet_cache>lib/efreet/efreet_cache.c:1108 org.freedesktop.DBus.Error.ServiceUnknown The name org.enlightenment.Efreet was not provided by any .service files E: efreet couldn't build cache and Enlightenment found Evas can't load SVG files. Check Evas has SVG loader support. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.18.8Martin Jansa2014-08-211-2/+2
| | | | | | | | | | | | | Changes since 0.18.7: * screenshot now displays a helpful error message when it fails * efm no longer sometimes shows files from other directories * efm no longer sometimes shows blank filenames * fix syscon button signals * fix winlist scrolling * fix systray appindicator deletion * fix systray appindicator icon loading Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl: Use automake foreign for ↵Richard Purdie2014-07-2220-7/+161
| | | | | | cpu/elmdentica/enjoy/ephoto/exalt-client/flame/forecasts/places/rain/uptime Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* terminology: upgrade to 0.5.1Martin Jansa2014-06-214-18/+9
| | | | | | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/57/ * LIC_FILES_CHKSUM change is just Copyright year update: < Copyright (C) 2012-2014 Carsten Haitzler and various contributors (see AUTHORS) --- > Copyright (C) 2012-2012 Carsten Haitzler and various contributors (see AUTHORS) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: Add patch to fix crash caused by type errordv@pseudoterminal.org2014-06-212-0/+29
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt-client: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* elmdentica: remove autopoint to fix B!=S buildMartin Jansa2014-05-151-4/+0
| | | | | | * it probably isn't needed anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ephoto, libeflvala: use autotools-brokensepMartin Jansa2014-05-151-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* flame: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rain: fix build for B!=SMartin Jansa2014-05-151-5/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exalt: fix build for B!=SMartin Jansa2014-05-151-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: move to new git repoMartin Jansa2014-04-203-36/+52
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: Upgrade to 1.9.3/0.18.7Martin Jansa2014-04-201-2/+2
| | | | | | | * announcement: https://phab.enlightenment.org/phame/post/view/50/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: adapt to webkit-efl changesMartin Jansa2014-04-202-1/+97
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary, e-wm: upgrade to latest versions 1.9.2 and 1.18.6Martin Jansa2014-04-202-28/+2
| | | | | | | * announcement: http://sourceforge.net/p/enlightenment/mailman/message/32148245/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: restrict for armv7a, because upstream dropped support in webkit-eflMartin Jansa2014-04-201-0/+6
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-tasks: Migrate to eldbusMartin Jansa2014-04-202-1/+207
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.18.4 and drop old 0.17.5Martin Jansa2014-04-203-28/+28
| | | | | | | * fix building e17 modules with elementary-1.9 * remove 0.17 version, because that one isn't going to be tested enough Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* screenshot: Move to nonworking because depends on emprintMartin Jansa2014-02-242-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>