diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-14 13:10:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-14 15:51:27 +0000 |
| commit | 897530621fabf3c345c302050a5c21e16097a2ba (patch) | |
| tree | fd42828c32cf7907967a492a10a2cc40feb9b910 | |
| parent | e427f251a457f3015c4b1cdf1648c53a9acc646d (diff) | |
| download | poky-897530621fabf3c345c302050a5c21e16097a2ba.tar.gz | |
external-python-tarball: add LIC_FILES_CHKSUM
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb index 494b21c20e..eef93fd921 100644 --- a/meta/recipes-core/meta/external-python-tarball.bb +++ b/meta/recipes-core/meta/external-python-tarball.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | DESCRIPTION = "Meta package for building a standalone python tarball" | 1 | DESCRIPTION = "Meta package for building a standalone python tarball" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
| 4 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 5 | |||
| 3 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" | 6 | DEPENDS = "opkg-native opkg-utils-native virtual/fakeroot-native sed-native" |
| 4 | 7 | ||
| 5 | inherit meta | 8 | inherit meta |
