package/libvirt: new package
authorJared Bents <jared.bents@rockwellcollins.com>
Fri, 11 Jun 2021 14:07:30 +0000 (09:07 -0500)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 22 Jul 2021 21:14:20 +0000 (23:14 +0200)
commitccfc90e1010e42e6529afae3a5ea8bf7226dabc1
tree28f834b99845716a5990878128d574ba2e762c5c
parent6d4c9437c6351368ba33ee38b8334b8338e90413
package/libvirt: new package

Libvirt is collection of software that provides a convenient way to
manage virtual machines and other virtualization functionality, such as
storage and network interface management. These software pieces include
an API library, a daemon (libvirtd), and a command line utility (virsh).

   http://libvirt.org/

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
[Arnout:
 - Re-introduce BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS
 - Put all Config.in comments on one line
 - Put the comment before the option itself (makes sure sub-option
   indention is good)
 - Remove spurious BR2_PACKAGE_NETCAT dependency
 - Alphabetically order dependencies in Config.in
 - Add select of libglib2
 - Alphabetically order CONF_OPTS
]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
DEVELOPERS
package/Config.in
package/libvirt/90-kvm.rules [new file with mode: 0644]
package/libvirt/Config.in [new file with mode: 0644]
package/libvirt/libvirt.hash [new file with mode: 0644]
package/libvirt/libvirt.mk [new file with mode: 0644]