projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06decad
)
package/bcm2835: disable doxygen doc generation
author
Peter Seiderer
<ps.report@gmx.net>
Wed, 3 Jun 2020 10:38:47 +0000
(12:38 +0200)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Wed, 3 Jun 2020 21:14:17 +0000
(23:14 +0200)
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/bcm2835/bcm2835.mk
patch
|
blob
|
history
diff --git
a/package/bcm2835/bcm2835.mk
b/package/bcm2835/bcm2835.mk
index d43dd7e574bd63d6250b1dc3bc76b8c3cbba84ce..f75b2fc69e6d81cff42b7322ec4b3a68f2aab1cd 100644
(file)
--- a/
package/bcm2835/bcm2835.mk
+++ b/
package/bcm2835/bcm2835.mk
@@
-10,4
+10,7
@@
BCM2835_LICENSE = GPL-3.0
BCM2835_LICENSE_FILES = COPYING
BCM2835_INSTALL_STAGING = YES
+# disable doxygen doc generation
+BCM2835_CONF_ENV = ac_cv_prog_DOXYGEN=/bin/true
+
$(eval $(autotools-package))