diff options
author | Jesse Gilles <jgilles@multitech.com> | 2014-11-05 16:28:02 -0600 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2014-11-05 16:28:02 -0600 |
commit | 25c978b3909c7f8ac874a64743e58d33e774c3a0 (patch) | |
tree | 24a12d5d8c05209f65e3dc4ea0930a33997f9816 /conf | |
parent | e5b2e56d3f50997de67336d6ba13f705ea5520a3 (diff) | |
download | meta-mlinux-25c978b3909c7f8ac874a64743e58d33e774c3a0.tar.gz meta-mlinux-25c978b3909c7f8ac874a64743e58d33e774c3a0.tar.bz2 meta-mlinux-25c978b3909c7f8ac874a64743e58d33e774c3a0.zip |
add mlinux-mirrors
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index 0b1c18e..223ba26 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -28,6 +28,9 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio" # extra packages to add to images DISTRO_EXTRA_RDEPENDS += "mlinux-version" +# add mlinux source mirror +INHERIT += "mlinux-mirrors" + EXTRAOPKGCONFIG = "" # don't append to tmpdir |