From: Tanu Kaskinen Date: Mon, 6 Jan 2020 09:18:05 +0000 (+0200) Subject: alsa-utils: 1.1.9 -> 1.2.1 X-Git-Tag: uninative-2.8~597 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c6bb27bee2f6f3f363893e59de0373d1532519e8;p=openembedded-core.git 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. Signed-off-by: Tanu Kaskinen Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.9.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.1.bb similarity index 100% rename from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.9.bb rename to meta/recipes-multimedia/alsa/alsa-utils-scripts_1.2.1.bb diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.1.bb similarity index 97% rename from meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb rename to meta/recipes-multimedia/alsa/alsa-utils_1.2.1.bb index c443d3594d..9144af628a 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.9.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.1.bb @@ -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