projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89857df
)
package/libvirt: fix syntax error in Config.in
author
Titouan Christophe
<titouanchristophe@gmail.com>
Fri, 20 Aug 2021 10:17:47 +0000
(12:17 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Fri, 20 Aug 2021 15:58:43 +0000
(17:58 +0200)
The typo was introduced in
6aa318d91e66731d66dca485c4c30391fe0e2423
Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libvirt/Config.in
patch
|
blob
|
history
diff --git
a/package/libvirt/Config.in
b/package/libvirt/Config.in
index 9308d2a6acf3054185df02db4eb397d1d62173df..8c3021242ac7e4f7d1a21379ebb3fadfe830defa 100644
(file)
--- a/
package/libvirt/Config.in
+++ b/
package/libvirt/Config.in
@@
-9,7
+9,7
@@
comment "libvirt needs udev /dev management, a toolchain w/ threads, dynamic lib
depends on BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS
depends on !BR2_PACKAGE_HAS_UDEV || BR2_STATIC_LIBS || !BR2_USE_MMU || \
!BR2_TOOLCHAIN_HAS_THREADS || \
- !(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 &&
+ !(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 &&
\
(BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64))
config BR2_PACKAGE_LIBVIRT