diff options
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb index 789b68e438..4a65b91dcd 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.20.bb | |||
@@ -2,9 +2,15 @@ BROKEN = "1" | |||
2 | 2 | ||
3 | DESCRIPTION = "Alsa Tools" | 3 | DESCRIPTION = "Alsa Tools" |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPLv2" |
6 | DEPENDS = "alsa-lib ncurses" | 6 | DEPENDS = "alsa-lib ncurses" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
9 | |||
8 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2" | 10 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2" |
9 | 11 | ||
12 | SRC_URI[md5sum] = "6b9d146af621dd712472b3ebb519c596" | ||
13 | SRC_URI[sha256sum] = "2a05047363b20f16820f36198ed3b139d1c55f55464750ea11d350e00b09cb86" | ||
14 | |||
15 | |||
10 | inherit autotools | 16 | inherit autotools |