git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd2f8f
)
aspell5-en_6.0-0.bb : properly obey the licensing and add LICENSE field
author
Graeme Gregory
<dp@xora.org.uk>
Fri, 11 Aug 2006 15:32:42 +0000
(15:32 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Fri, 11 Aug 2006 15:32:42 +0000
(15:32 +0000)
packages/aspell/aspell5-en_6.0-0.bb
patch
|
blob
|
history
diff --git
a/packages/aspell/aspell5-en_6.0-0.bb
b/packages/aspell/aspell5-en_6.0-0.bb
index
8364df0
..
568e692
100644
(file)
--- a/
packages/aspell/aspell5-en_6.0-0.bb
+++ b/
packages/aspell/aspell5-en_6.0-0.bb
@@
-1,4
+1,14
@@
+LICENSE = "Copyright file"
SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell5-en-${PV}.tar.bz2"
+PR="r1"
require aspell-lang.inc
+FILES_${PN} += "${docdir}/Copyright"
+FILES_${PN}-doc = ""
+
+do_install_append() {
+ install -d ${D}${docdir}
+ install ${S}/Copyright ${D}${docdir}
+}
+