diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 11:16:10 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 11:16:10 +0800 |
commit | 5e1c8ff9efa774332da75a9abf0bf95b391db9c1 (patch) | |
tree | 9fc5338bd9a9b02f7a2e9cd96341366af591ca94 /meta/recipes-multimedia | |
parent | 429d58379049eb2f6f986d20688f0eeafe91fdb5 (diff) | |
download | openembedded-core-5e1c8ff9efa774332da75a9abf0bf95b391db9c1.tar.gz openembedded-core-5e1c8ff9efa774332da75a9abf0bf95b391db9c1.tar.bz2 openembedded-core-5e1c8ff9efa774332da75a9abf0bf95b391db9c1.zip |
libatomics-ops:Add license checksum and update the GPL information
Add COPYING file and LICENSING.txt checksum to bb file and the "GPLv2" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb index 207f1b1ec6..0160c3dea8 100644 --- a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb +++ b/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb @@ -1,6 +1,8 @@ DESCRIPTION = "A library for atomic integer operations" -LICENSE = "MIT" - +LICENSE = "GPLv2&MIT" +LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ + file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \ + " PR = "r4" SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz \ |