aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/antlr
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-05-10 15:39:10 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-05-10 10:33:17 +0200
commit819fa4c451ea5a811b8dd78bbcbb38dc38c68aa4 (patch)
treed979c53a82547be33b077b60da44b10fdcea8d46 /recipes/antlr
parent465521a22a064ccfe50d769a3c39f93f59095a80 (diff)
downloadopenembedded-819fa4c451ea5a811b8dd78bbcbb38dc38c68aa4.tar.gz
recipes: fix LICENSE fields
* & in LICENSE breaks distribute_sources ERROR: Function 'SRC_DISTRIBUTECOMMAND' failed (see /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/pixman-0.22.0-r5.0/temp/log.do_distribute_sources.17340 for further information) ERROR: Logfile of failure stored in: /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/pixman-0.22.0-r5.0/temp/log.do_distribute_sources.17340 Log data follows: | WARNING: LICENSE: 'PublicDomain & MIT & MIT-style' | WARNING: licenses: ['PublicDomain', '&', 'MIT', '&', 'MIT-style'] | WARNING: license: PublicDomain | WARNING: license: & | ERROR: Function 'SRC_DISTRIBUTECOMMAND' failed (see /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/pixman-0.22.0-r5.0/temp/log.do_distribute_sources.17340 for further information) | + cd /OE/tmpdir-shr/deploy/sources/PublicDomain/pixman | + SRC_DISTRIBUTECOMMAND | + test -e /OE/pixman-0.22.0.tar.gz.md5 | + ln -sf /OE/pixman-0.22.0.tar.gz . | + /pixman | + cd /OE/tmpdir-shr/deploy/sources/ | /OE/tmpdir-shr/work/armv4t-oe-linux-gnueabi/pixman-0.22.0-r5.0/temp/run.SRC_DISTRIBUTECOMMAND.17340: line 95: /pixman: No such file or directory NOTE: package pixman-0.22.0-r5.0: task do_distribute_sources: Failed * "Public Domain" causes sources distributed from "Public" and "Domain" folders which is not expected, so use PD as in other recipes * embryo and epdf had LICENSE defined before inherit efl which overwrites it (that's why distribute_sources wasn't failing on their & Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes/antlr')
-rw-r--r--recipes/antlr/antlr_2.7.7.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/antlr/antlr_2.7.7.bb b/recipes/antlr/antlr_2.7.7.bb
index 3dbcea7569..ea921b5782 100644
--- a/recipes/antlr/antlr_2.7.7.bb
+++ b/recipes/antlr/antlr_2.7.7.bb
@@ -1,8 +1,10 @@
DESCRIPTION = "Framework for constructing recognizers, interpreters, compilers, and translators"
# see http://www.antlr2.org/license.html
-LICENSE = "Public Domain"
+LICENSE = "PD"
HOMEPAGE = "http://www.antlr2.org"
+PR = "r1"
+
SRC_URI = "http://www.antlr2.org/download/${BP}.tar.gz"
inherit java-library