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/pulseaudio | |
parent | 429d58379049eb2f6f986d20688f0eeafe91fdb5 (diff) | |
download | poky-5e1c8ff9efa774332da75a9abf0bf95b391db9c1.tar.gz |
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/pulseaudio')
-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 @@ | |||
1 | DESCRIPTION = "A library for atomic integer operations" | 1 | DESCRIPTION = "A library for atomic integer operations" |
2 | LICENSE = "MIT" | 2 | LICENSE = "GPLv2&MIT" |
3 | 3 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |
4 | file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \ | ||
5 | " | ||
4 | PR = "r4" | 6 | PR = "r4" |
5 | 7 | ||
6 | SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz \ | 8 | SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-1.2.tar.gz \ |