libcanberra: Add license check sum

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin
2010-11-26 22:32:57 +08:00
committed by Richard Purdie
parent 4bcce424f0
commit d41496a2eb

View File

@@ -1,5 +1,8 @@
DESCRIPTION = "Libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops."
LICENSE = "LGPL"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://src/canberra.h;endline=24;md5=8dd99ba690687f5816f711d9313c8967"
DEPENDS = "gtk+ pulseaudio alsa-lib libtool"
PR = "r3"