projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8a6d3
)
package/libcamera: fix BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS handling
author
Peter Seiderer
<ps.report@gmx.net>
Tue, 17 Nov 2020 21:25:19 +0000
(22:25 +0100)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Thu, 19 Nov 2020 18:37:56 +0000
(19:37 +0100)
Fix BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS handling, change from
'depends on BR2_m68k' to 'depends on !BR2_m68k'.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libcamera/Config.in
patch
|
blob
|
history
diff --git
a/package/libcamera/Config.in
b/package/libcamera/Config.in
index aadea56d19ab8b990866e583b99539fdc381d36d..b9c243084e6da831a9947a49f5025d0701fa36d4 100644
(file)
--- a/
package/libcamera/Config.in
+++ b/
package/libcamera/Config.in
@@
-2,7
+2,7
@@
config BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
bool
default y
# Invalid packing size of ControlValue struct on m68k
- depends on BR2_m68k
+ depends on
!
BR2_m68k
menuconfig BR2_PACKAGE_LIBCAMERA
bool "libcamera"