diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-03 14:18:02 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:21 +0000 |
commit | 70c63bbb1ac91b030e54c1c2e5242b927622ec7e (patch) | |
tree | 23ab8a13ebd3f0e4bc4e88f4723c6bb53a54cb84 | |
parent | da8154587f3713ae06f21da357d42e1aab44dd5e (diff) | |
download | poky-70c63bbb1ac91b030e54c1c2e5242b927622ec7e.tar.gz |
run-postinsts: update LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r-- | meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb index 44e840ed13..72cb65ff84 100644 --- a/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb +++ b/meta/recipes-devtools/dpkg/run-postinsts_1.0.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Run postinstall scripts on device using awk" | |||
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | PR = "r6" | 3 | PR = "r6" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
6 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | 7 | ||
6 | SRC_URI = "file://run-postinsts file://run-postinsts.awk" | 8 | SRC_URI = "file://run-postinsts file://run-postinsts.awk" |
7 | 9 | ||