diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-17 10:26:09 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-17 10:26:09 +0100 |
commit | 4935517e328364e9ebc6f5a73152e1fc51dd4ead (patch) | |
tree | 50b4c4a2042f907068c3e0eb7f49ecd7cbe1c55b /recipes/orc/orc.inc | |
parent | 155d69ac42a08823dd67a3376011cf8d323da81b (diff) |
orc: add license stub, packaging still needs to change to comply with it
Diffstat (limited to 'recipes/orc/orc.inc')
-rw-r--r-- | recipes/orc/orc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/orc/orc.inc b/recipes/orc/orc.inc index 7d48806c0e..b2c227689d 100644 --- a/recipes/orc/orc.inc +++ b/recipes/orc/orc.inc @@ -1,5 +1,6 @@ DESCRIPTION = "orc - The Oil Runtime Compiler" HOMEPAGE = "http://code.entropywave.com/projects/orc/" +LICENSE = "orc" SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc" |