diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 23:24:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:54 -0800 |
commit | d505b06c196109be965abdee425f2346c05e1261 (patch) | |
tree | 54f0b58668671d13359535fb2935167fd36727d6 /meta/recipes-graphics | |
parent | 027c385290c6b5fc7568391c5ff877a0fde0aa76 (diff) | |
download | openembedded-core-d505b06c196109be965abdee425f2346c05e1261.tar.gz openembedded-core-d505b06c196109be965abdee425f2346c05e1261.tar.bz2 openembedded-core-d505b06c196109be965abdee425f2346c05e1261.zip |
xvinfo: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb index ac27f13f34..640f413925 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.0.2.bb @@ -1,5 +1,6 @@ require xorg-app-common.inc DESCRIPTION = "Print out X-Video extension adaptor information" +LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94" DEPENDS += " libxv" PE = "1" |