- 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)
25 lines
925 B
Diff
25 lines
925 B
Diff
From 42ae3f8a5e32ba0681ccd1552a203ddad8748a6e Mon Sep 17 00:00:00 2001
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
Date: Thu, 12 Dec 2019 13:45:52 +0100
|
|
Subject: [PATCH] tests: do not hardcode the build path into a helper library
|
|
|
|
Upstream-Status: Inappropriate [oe-core specific]
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
|
---
|
|
test/Makemodule.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/Makemodule.am b/test/Makemodule.am
|
|
index e1d715d..cffe732 100644
|
|
--- a/test/Makemodule.am
|
|
+++ b/test/Makemodule.am
|
|
@@ -30,7 +30,7 @@ EXTRA_DIST += \
|
|
check_LTLIBRARIES = libtestlookup.la
|
|
|
|
libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c
|
|
-libtestlookup_la_CFLAGS = -DBASEDIR=\"$(abs_srcdir)\"
|
|
+libtestlookup_la_CFLAGS = -DBASEDIR=\"/tmp/acl-ptest\"
|
|
libtestlookup_la_LDFLAGS = -rpath $(abs_builddir)
|
|
|
|
# Make sure translations don't break tests when matching output.
|