diff options
Diffstat (limited to 'meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch')
-rw-r--r-- | meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch b/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch deleted file mode 100644 index 748f37f3e7..0000000000 --- a/meta/recipes-support/attr/acl/0001-tests-do-not-hardcode-the-build-path-into-a-helper-l.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | From 42ae3f8a5e32ba0681ccd1552a203ddad8748a6e Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Thu, 12 Dec 2019 13:45:52 +0100 | ||
4 | Subject: [PATCH] tests: do not hardcode the build path into a helper library | ||
5 | |||
6 | Upstream-Status: Inappropriate [oe-core specific] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | --- | ||
9 | test/Makemodule.am | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/test/Makemodule.am b/test/Makemodule.am | ||
13 | index e1d715d..cffe732 100644 | ||
14 | --- a/test/Makemodule.am | ||
15 | +++ b/test/Makemodule.am | ||
16 | @@ -30,7 +30,7 @@ EXTRA_DIST += \ | ||
17 | check_LTLIBRARIES = libtestlookup.la | ||
18 | |||
19 | libtestlookup_la_SOURCES = test/test_passwd.c test/test_group.c | ||
20 | -libtestlookup_la_CFLAGS = -DBASEDIR=\"$(abs_srcdir)\" | ||
21 | +libtestlookup_la_CFLAGS = -DBASEDIR=\"/tmp/acl-ptest\" | ||
22 | libtestlookup_la_LDFLAGS = -rpath $(abs_builddir) | ||
23 | |||
24 | # Make sure translations don't break tests when matching output. | ||