diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2018-06-29 19:04:10 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-29 20:30:03 +0000 |
commit | ad9b54fa7e69fd157b3ebaa142ee361f49a533f3 (patch) | |
tree | e7f93b558f5aa98e6741ba5b1dafcd423ef5bbe9 /meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb | |
parent | fb6fac508df2b068327a08c2efce4b8a8c045d34 (diff) |
alsa: add http mirror in the backported alsa recipes
Unfortunately ftp doesn't work for me (looks like a firewall issue)
and the default poky mirror at http://downloads.yoctoproject.org/mirror/sources/
doesn't contain alsa 1.1.6, so the build fails.
I think this will be useful to other people with firewall issues.
Change-Id: Ic6744f38ac8c007ed99b69fb410526b6c4ca8733
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
(cherry picked from commit 370c5183bf1cc13ca8e0d2b50c7656175652de3e)
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb b/meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb index b8ba0cb2..dbc087fe 100644 --- a/meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb +++ b/meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb @@ -19,6 +19,10 @@ PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-udev-rules-dir=/unwanted/rules.d,udev" PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" +MIRRORS += "\ +ftp://ftp.alsa-project.org http://www.mirrorservice.org/sites/ftp.alsa-project.org \n \ +" + SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ " |