diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 14:10:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:48 -0800 |
commit | 5b38a2a8a0fe595db22f619aeb4276e8aa828c54 (patch) | |
tree | 359baae85f51bef3cd0e687828a53bb25042c99c /meta/recipes-graphics/xorg-lib | |
parent | 2050a7257d8f0ef08c44a0ffe0d9a765f5fbcc6b (diff) | |
download | openembedded-core-5b38a2a8a0fe595db22f619aeb4276e8aa828c54.tar.gz openembedded-core-5b38a2a8a0fe595db22f619aeb4276e8aa828c54.tar.bz2 openembedded-core-5b38a2a8a0fe595db22f619aeb4276e8aa828c54.zip |
libxpm: Add license file checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei<lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb index 75c10bf2c9..27946002b0 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.7.bb @@ -2,6 +2,7 @@ require xorg-lib-common.inc DESCRIPTION = "X11 Pixmap library" LICENSE = "X-BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=1e8b098093f3bb7a8fed64938e8e465e" DEPENDS += "libxext libsm libxt" PR = "r3" PE = "1" |