- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
20 lines
482 B
Diff
Executable File
20 lines
482 B
Diff
Executable File
Install all examples
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Index: libdc1394/examples/Makefile.am
|
|
===================================================================
|
|
--- libdc1394.orig/examples/Makefile.am
|
|
+++ libdc1394/examples/Makefile.am
|
|
@@ -36,8 +36,7 @@ if HAVE_MACOSX
|
|
AM_LDFLAGS = -framework CoreFoundation $(FRAMEWORK_IOKIT)
|
|
endif
|
|
|
|
-noinst_PROGRAMS = $(A)
|
|
-bin_PROGRAMS = $(B)
|
|
+bin_PROGRAMS = $(A) $(B)
|
|
|
|
LDADD = ../dc1394/libdc1394.la
|
|
|