mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
11 lines
198 B
BlitzBasic
11 lines
198 B
BlitzBasic
BROKEN = "1"
|
|
|
|
DESCRIPTION = "Alsa Tools"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPL"
|
|
DEPENDS = "alsa-lib"
|
|
|
|
SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2"
|
|
|
|
inherit autotools
|