diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-29 19:44:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-29 19:44:30 +0000 |
commit | 4de7b10d835fd89e7fe792428865200fd149f362 (patch) | |
tree | b12a3b695f676bfd64b08659cc480c3aad4779f8 /meta-audio-4a-framework/recipes-multimedia/alsa/alsa-utils_1.1.6.bb | |
parent | a848dfd45f4130127f77d0f1ab7d49194304e381 (diff) | |
parent | 370c5183bf1cc13ca8e0d2b50c7656175652de3e (diff) |
Merge "alsa: add http mirror in the backported alsa recipes"
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 \ " |