diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:59:48 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:47:02 -0800 |
commit | 75921860df3360edbfe2a46d47fa896f6affe9f8 (patch) | |
tree | 2d4c8489ef453fb0dc4d70cbd36135fbdfc18a98 /meta/recipes-devtools/apt | |
parent | 7f9cf21642551c0333a27ee8089191e8b9a1dd90 (diff) | |
download | poky-75921860df3360edbfe2a46d47fa896f6affe9f8.tar.gz |
apt:Add license checksum to bb file
Add COPYING.GPL file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/apt')
-rw-r--r-- | meta/recipes-devtools/apt/apt_0.7.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.7.14.bb index 0ea9b48142..43353fa995 100644 --- a/meta/recipes-devtools/apt/apt_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt_0.7.14.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DEPENDS = "curl db" | 1 | DEPENDS = "curl db" |
2 | RDEPENDS = "dpkg" | 2 | RDEPENDS = "dpkg" |
3 | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" | |
4 | require apt.inc | 4 | require apt.inc |
5 | 5 | ||
6 | PR = "r3" | 6 | PR = "r3" |