mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
alsa-utils: 1.1.9 -> 1.2.1
I moved the ALLOW_EMPTY line next to the line that sets FILES to "". That makes it easier to see that the package is not only allowed to be empty, but forced to be empty. (From OE-Core rev: c6bb27bee2f6f3f363893e59de0373d1532519e8) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6cb10d7de5
commit
7df152a9d0
+3
-4
@@ -21,8 +21,8 @@ PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook
|
||||
|
||||
# alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe
|
||||
SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2"
|
||||
SRC_URI[md5sum] = "5ed21c3e296c06046cc986e732f625f6"
|
||||
SRC_URI[sha256sum] = "5ddf2cbddb4bd1a4a2a6492a09c25898b08c3ad64893c3655be14194cf0a213a"
|
||||
SRC_URI[md5sum] = "c4628bae7632937eac2de4cf2a3de82e"
|
||||
SRC_URI[sha256sum] = "0b110ba71ef41d3009db1bc4dcae0cf79efb99cb5426fa19d0312470560a2c0d"
|
||||
|
||||
# On build machines with python-docutils (not python3-docutils !!) installed
|
||||
# rst2man (not rst2man.py) is detected and compile fails with
|
||||
@@ -56,6 +56,7 @@ PACKAGES += "${ALSA_UTILS_PKGS}"
|
||||
RDEPENDS_${PN} += "${ALSA_UTILS_PKGS}"
|
||||
|
||||
FILES_${PN} = ""
|
||||
ALLOW_EMPTY_alsa-utils = "1"
|
||||
FILES_alsa-utils-alsabat = "${bindir}/alsabat"
|
||||
FILES_alsa-utils-alsatplg = "${bindir}/alsatplg"
|
||||
FILES_alsa-utils-aplay = "${bindir}/aplay ${bindir}/arecord ${bindir}/axfer"
|
||||
@@ -88,8 +89,6 @@ SUMMARY_alsa-utils-alsaucm = "ALSA Use Case Manager"
|
||||
|
||||
RRECOMMENDS_alsa-utils-alsactl = "alsa-states"
|
||||
|
||||
ALLOW_EMPTY_alsa-utils = "1"
|
||||
|
||||
do_install() {
|
||||
autotools_do_install
|
||||
|
||||
Reference in New Issue
Block a user