diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-01-28 09:43:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 17:01:22 +0000 |
commit | a7937d740e1f70bb7189183d93f22cb84d82c45a (patch) | |
tree | 1099539f0d39b4fc9114351578eac29166a8bc8c /meta | |
parent | e8dfc44a0c608fbea8458946a5c38677f2034cae (diff) | |
download | openembedded-core-a7937d740e1f70bb7189183d93f22cb84d82c45a.tar.gz openembedded-core-a7937d740e1f70bb7189183d93f22cb84d82c45a.tar.bz2 openembedded-core-a7937d740e1f70bb7189183d93f22cb84d82c45a.tar.xz openembedded-core-a7937d740e1f70bb7189183d93f22cb84d82c45a.zip |
apt-native: Added licence checksum.
Added licence checksum for apt-native.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/apt/apt-native_0.7.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.7.14.bb index f77f81790..b1bd55b2c 100644 --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb +++ b/meta/recipes-devtools/apt/apt-native_0.7.14.bb @@ -9,3 +9,5 @@ SRC_URI += "file://nodoc.patch \ SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814" SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045" + +LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3" |