summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/engrave_svn.bb
Commit message (Collapse)AuthorAgeFilesLines
* recipes: remove blacklisted recipesMartin Jansa2017-08-311-15/+0
| | | | | | | | * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add removal date to PNBLACKLIST messagesMartin Jansa2017-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* engrave: blacklist, fails to build nowMartin Jansa2016-03-251-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: add dependency on flexMartin Jansa2014-08-111-1/+1
| | | | | | | * fixes following floating dependencies: WARN: engrave: engrave rdepends on flex but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: Use autotools-brokensep to avoid build failuresRichard Purdie2014-07-221-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* engrave: add LIC_FILES_CHKSUMMartin Jansa2012-12-111-0/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* various: update ; proto= to ; protocol= in SRC_URIKoen Kooi2012-07-161-1/+1
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for new released versionsMartin Jansa2012-04-261-1/+0
| | | | | | | * drop/reset PR where possible as PV is increased * remove RREPLACES for versions before meta-efl was created Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-efl: remove EFL_SRCREV_1.0.0Martin Jansa2011-09-051-1/+1
| | | | | | | * with recipes from releases removed it doesn't make much sense anymore * maybe will return after 1.1 release Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: import from meta-shr.Koen Kooi2011-03-231-0/+11
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>