Add subgraph mirror server
This commit is contained in:
parent
956661945e
commit
68dc48bcf7
@ -5,6 +5,11 @@ DISTRO_VERSION = "1.0"
|
|||||||
CITADEL_DEFAULT_DISTRO_FEATURES = "acl alsa argp bluetooth ext2 largefile systemd usbhost wifi xattr pci x11 usrmerge wayland opengl pam polkit seccomp"
|
CITADEL_DEFAULT_DISTRO_FEATURES = "acl alsa argp bluetooth ext2 largefile systemd usbhost wifi xattr pci x11 usrmerge wayland opengl pam polkit seccomp"
|
||||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_LIBC} ${CITADEL_DEFAULT_DISTRO_FEATURES}"
|
DISTRO_FEATURES ?= "${DISTRO_FEATURES_LIBC} ${CITADEL_DEFAULT_DISTRO_FEATURES}"
|
||||||
|
|
||||||
|
PREMIRRORS:prepend = "\
|
||||||
|
git://.*/.* https://mirror.subgraph.com/ \
|
||||||
|
ftp://.*/.* https://mirror.subgraph.com/ \
|
||||||
|
http://.*/.* https://mirror.subgraph.com/ \
|
||||||
|
https://.*/.* https://mirror.subgraph.com/"
|
||||||
|
|
||||||
HOSTTOOLS_NONFATAL += "inkscape"
|
HOSTTOOLS_NONFATAL += "inkscape"
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user