mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T1413: T1412: compilation of netplug and xe-guest-utilities is now fixed in equuleus
This commit is contained in:
parent
cddef284e8
commit
3da6afd6a5
@ -2,3 +2,5 @@ grub2
|
|||||||
grub-pc
|
grub-pc
|
||||||
qemu-guest-agent
|
qemu-guest-agent
|
||||||
hyperv-daemons
|
hyperv-daemons
|
||||||
|
vyos-netplug
|
||||||
|
vyos-xe-guest-utilities
|
||||||
|
|||||||
@ -177,8 +177,6 @@ vyos_packages = ['vyatta-bash',
|
|||||||
'vyos-world',
|
'vyos-world',
|
||||||
'vyatta-iproute',
|
'vyatta-iproute',
|
||||||
'vyos-vmwaretools-scripts',
|
'vyos-vmwaretools-scripts',
|
||||||
'vyos-netplug',
|
|
||||||
'vyos-xe-guest-utilities',
|
|
||||||
'vyatta-biosdevname',
|
'vyatta-biosdevname',
|
||||||
'vyos-opennhrp',
|
'vyos-opennhrp',
|
||||||
'vyos-salt-minion',
|
'vyos-salt-minion',
|
||||||
@ -198,6 +196,8 @@ pkg_special.append( add_package('ipaddrcheck', branch='master'))
|
|||||||
pkg_special.append( add_package('vyos-1x', branch='equuleus'))
|
pkg_special.append( add_package('vyos-1x', branch='equuleus'))
|
||||||
pkg_special.append( add_package('vyatta-conntrack', branch='equuleus'))
|
pkg_special.append( add_package('vyatta-conntrack', branch='equuleus'))
|
||||||
pkg_special.append( add_package('vyatta-conntrack-sync', branch='equuleus'))
|
pkg_special.append( add_package('vyatta-conntrack-sync', branch='equuleus'))
|
||||||
|
pkg_special.append( add_package('vyos-xe-guest-utilities', branch='equuleus'))
|
||||||
|
pkg_special.append( add_package('vyos-netplug', branch='equuleus'))
|
||||||
|
|
||||||
# Packages where we directly build the upstream source
|
# Packages where we directly build the upstream source
|
||||||
pkg_special.append( add_package('hvinfo', url='https://github.com/dmbaturin/hvinfo.git', branch='master') )
|
pkg_special.append( add_package('hvinfo', url='https://github.com/dmbaturin/hvinfo.git', branch='master') )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user