summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch6
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch (renamed from meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-Don-t-try-to-run-ldconfig.patch)44
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch10
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch34
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch22
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch8
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb (renamed from meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb)15
7 files changed, 88 insertions, 51 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch
index ea415dd8ba..2533b3a008 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-add-DESTDIR.patch
@@ -1,4 +1,4 @@
1From 67843dabe1177840697839b916fd899218893ec7 Mon Sep 17 00:00:00 2001 1From 8e370a2f35d0c3472ddc9068fab19d0077434c61 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Thu, 19 Jul 2018 00:25:23 -0700 3Date: Thu, 19 Jul 2018 00:25:23 -0700
4Subject: [PATCH] Makefile.in: add DESTDIR 4Subject: [PATCH] Makefile.in: add DESTDIR
@@ -29,7 +29,7 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
29 1 file changed, 5 insertions(+), 5 deletions(-) 29 1 file changed, 5 insertions(+), 5 deletions(-)
30 30
31diff --git a/Makefile.in b/Makefile.in 31diff --git a/Makefile.in b/Makefile.in
32index 36a6d23..1e4130e 100644 32index 9c74b35..8cbda1d 100644
33--- a/Makefile.in 33--- a/Makefile.in
34+++ b/Makefile.in 34+++ b/Makefile.in
35@@ -12,11 +12,11 @@ CC = @CC@ 35@@ -12,11 +12,11 @@ CC = @CC@
@@ -50,5 +50,5 @@ index 36a6d23..1e4130e 100644
50 MAILGROUP = @MAILGROUP@ 50 MAILGROUP = @MAILGROUP@
51 51
52-- 52--
532.17.1 532.25.1
54 54
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-Don-t-try-to-run-ldconfig.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch
index 5a1d9a995f..1fd5c827ba 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-Don-t-try-to-run-ldconfig.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch
@@ -1,10 +1,12 @@
1From 5876bd17caac96df70ef400bfeebb155c0bd7359 Mon Sep 17 00:00:00 2001 1From 8b3a5916fff4004b5b2f1e8a1d3a051346ba3901 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com> 2From: Changqing Li <changqing.li@windriver.com>
3Date: Wed, 8 Feb 2023 10:34:45 +0800 3Date: Fri, 10 Mar 2023 08:59:39 +0800
4Subject: [PATCH] Makefile.in: Don't try to run ldconfig 4Subject: [PATCH] Makefile.in: fix install failure on host without ldconfig
5 5
6when ldconfig is not installed on the build host, do_install 6fix syntax error when ldconfig is not installed on host
7will failed with error: 7
8when ldconfig is not installed on the build host, install will failed with
9error:
8ln -sf nfslock.so.0.1 /mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image/usr/lib64/nfslock.so.0 10ln -sf nfslock.so.0.1 /mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image/usr/lib64/nfslock.so.0
9install -m 644 lockfile.h maillock.h /mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image/usr/include 11install -m 644 lockfile.h maillock.h /mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image/usr/include
10if test "/mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image" = ""; then ; fi 12if test "/mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image" = ""; then ; fi
@@ -16,36 +18,46 @@ if [ "mail" != "" ]; then\
16/bin/sh: -c: line 1: syntax error near unexpected token `;' 18/bin/sh: -c: line 1: syntax error near unexpected token `;'
17/bin/sh: -c: line 1: `if test "/mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image" = ""; then ; fi' 19/bin/sh: -c: line 1: `if test "/mnt/tmp-glibc/work/core2-64-wrs-linux/liblockfile/1.14-r0/image" = ""; then ; fi'
18 20
19Deleted line is not needed for OE, as it is cross-compile. And 21Upstream-Status: Submitted [https://github.com/miquels/liblockfile/pull/20]
20it can also fix above error
21
22Upstream-Status: Inappropriate [oe specific]
23 22
24Signed-off-by: Changqing Li <changqing.li@windriver.com> 23Signed-off-by: Changqing Li <changqing.li@windriver.com>
25--- 24---
26 Makefile.in | 2 -- 25 Makefile.in | 8 ++++++--
27 1 file changed, 2 deletions(-) 26 1 file changed, 6 insertions(+), 2 deletions(-)
28 27
29diff --git a/Makefile.in b/Makefile.in 28diff --git a/Makefile.in b/Makefile.in
30index bfa0acb..ae5be56 100644 29index e02d75e..5fc5b5a 100644
31--- a/Makefile.in 30--- a/Makefile.in
32+++ b/Makefile.in 31+++ b/Makefile.in
33@@ -58,7 +58,6 @@ install_shared: shared install_static install_common 32@@ -9,6 +9,10 @@ NFSVER = 0.1
33 CFLAGS = @CFLAGS@ -I.
34 LDFLAGS = @LDFLAGS@
35 CC = @CC@
36+LDCONFIG = @LDCONFIG@
37+ifeq ($(LDCONFIG),)
38+ LDCONFIG = ":"
39+endif
40
41 prefix = $(DESTDIR)@prefix@
42 exec_prefix = @exec_prefix@
43@@ -69,7 +73,7 @@ install_shared: shared install_static install_common
34 $(libdir)/liblockfile.so.$(SOVER) 44 $(libdir)/liblockfile.so.$(SOVER)
35 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR) 45 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so.$(MAJOR)
36 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so 46 ln -s liblockfile.so.$(SOVER) $(libdir)/liblockfile.so
37- if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi 47- if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
48+ if test "$(DESTDIR)" = ""; then $(LDCONFIG); fi
38 49
39 install_common: 50 install_common:
40 install -d -m 755 -g root -p $(includedir) 51 install -d -m 755 -g root -p $(includedir)
41@@ -79,7 +78,6 @@ install_nfslib: nfslib 52@@ -90,7 +94,7 @@ install_nfslib: nfslib
42 install -m 755 nfslock.so.$(NFSVER) $(nfslockdir) 53 install -m 755 nfslock.so.$(NFSVER) $(nfslockdir)
43 ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so 54 ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so
44 ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so.0 55 ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so.0
45- if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi 56- if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
57+ if test "$(DESTDIR)" = ""; then $(LDCONFIG); fi
46 58
47 clean: 59 test: test-stamp
48 rm -f *.a *.o *.so *.so.* dotlockfile 60 @:
49-- 61--
502.25.1 622.25.1
51 63
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch
index a6b297b592..f99ac2bf7a 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-install-nfslock-libs.patch
@@ -1,4 +1,4 @@
1From 631d46efff2a6d8970e202ba5422ebedd17a8d2f Mon Sep 17 00:00:00 2001 1From 0f34d1d91d641c3d5c5bb2eb11bd6eec7cfaf738 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Thu, 19 Jul 2018 01:00:10 -0700 3Date: Thu, 19 Jul 2018 01:00:10 -0700
4Subject: [PATCH] Makefile.in: install nfslock.so and nfslock.so.0 4Subject: [PATCH] Makefile.in: install nfslock.so and nfslock.so.0
@@ -14,10 +14,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
14 1 file changed, 2 insertions(+) 14 1 file changed, 2 insertions(+)
15 15
16diff --git a/Makefile.in b/Makefile.in 16diff --git a/Makefile.in b/Makefile.in
17index 1e4130e..0f1b506 100644 17index 8cbda1d..3a74811 100644
18--- a/Makefile.in 18--- a/Makefile.in
19+++ b/Makefile.in 19+++ b/Makefile.in
20@@ -77,6 +77,8 @@ install_common: 20@@ -88,6 +88,8 @@ install_common:
21 install_nfslib: nfslib 21 install_nfslib: nfslib
22 install -d -m 755 -g root -p $(nfslockdir) 22 install -d -m 755 -g root -p $(nfslockdir)
23 install -m 755 nfslock.so.$(NFSVER) $(nfslockdir) 23 install -m 755 nfslock.so.$(NFSVER) $(nfslockdir)
@@ -25,7 +25,7 @@ index 1e4130e..0f1b506 100644
25+ ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so.0 25+ ln -sf nfslock.so.$(NFSVER) $(libdir)/nfslock.so.0
26 if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi 26 if test "$(DESTDIR)" = ""; then @LDCONFIG@; fi
27 27
28 clean: 28 test: test-stamp
29-- 29--
302.17.1 302.25.1
31 31
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch
index 35549ff2d3..c387db123f 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/0001-Makefile.in-redefine-LOCKPROG.patch
@@ -1,4 +1,4 @@
1From 9beb650712d448ad9c0899de9d98e9b623f9c249 Mon Sep 17 00:00:00 2001 1From 05227e74b732f13ed5a2a98232676f98bba028e6 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Fri, 12 Aug 2022 11:18:15 +0800 3Date: Fri, 12 Aug 2022 11:18:15 +0800
4Subject: [PATCH] Makefile.in: redefine LOCKPROG 4Subject: [PATCH] Makefile.in: redefine LOCKPROG
@@ -11,23 +11,41 @@ And it should be "/usr/bin/dotlockfile" on the target.
11Upstream-Status: Inappropriate [oe specific] 11Upstream-Status: Inappropriate [oe specific]
12 12
13Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 13Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
14
15Update patch for 1.17, also redefine LOCKPROG in other lines
16Signed-off-by: Changqing Li <changqing.li@windriver.com>
14--- 17---
15 Makefile.in | 2 +- 18 Makefile.in | 8 ++++----
16 1 file changed, 1 insertion(+), 1 deletion(-) 19 1 file changed, 4 insertions(+), 4 deletions(-)
17 20
18diff --git a/Makefile.in b/Makefile.in 21diff --git a/Makefile.in b/Makefile.in
19index 6e53179..bfa0acb 100644 22index e447cb2..e02d75e 100644
20--- a/Makefile.in 23--- a/Makefile.in
21+++ b/Makefile.in 24+++ b/Makefile.in
22@@ -42,7 +42,7 @@ dotlockfile: dotlockfile.o xlockfile.o 25@@ -44,19 +44,19 @@ dotlockfile: dotlockfile.o dlockfile.o
23 $(CC) $(LDFLAGS) -o dotlockfile dotlockfile.o xlockfile.o 26 $(CC) $(LDFLAGS) -o dotlockfile dotlockfile.o dlockfile.o
27
28 dotlockfile.o: dotlockfile.c
29- $(CC) $(CFLAGS) -DLOCKPROG=\"$(bindir)/dotlockfile\" \
30+ $(CC) $(CFLAGS) -DLOCKPROG=\"/usr/bin/dotlockfile\" \
31 -c dotlockfile.c
24 32
25 lockfile.o: lockfile.c 33 lockfile.o: lockfile.c
26- $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"$(bindir)/dotlockfile\" \ 34- $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"$(bindir)/dotlockfile\" \
27+ $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \ 35+ $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \
28 -c lockfile.c 36 -DSTATIC -c lockfile.c
37
38 solockfile.o: lockfile.c
39- $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"$(bindir)/dotlockfile\" \
40+ $(CC) $(CFLAGS) -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \
41 -c lockfile.c -o solockfile.o
42
43 dlockfile.o: lockfile.c
44- $(CC) $(CFLAGS) -DLOCKPROG=\"$(bindir)/dotlockfile\" \
45+ $(CC) $(CFLAGS) -DLOCKPROG=\"/usr/bin/dotlockfile\" \
46 -c lockfile.c -o dlockfile.o
29 47
30 xlockfile.o: lockfile.c 48 install_static: static install_common
31-- 49--
322.25.1 502.25.1
33 51
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch
index ea13e11d25..56f2d05eb5 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch
@@ -1,10 +1,17 @@
1From fd3fce8c1a3d0c70a0ffd461fbbe7e2ef71dd3a7 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com>
3Date: Tue, 7 Mar 2023 11:05:45 +0800
4Subject: [PATCH] Update patch for 1.17
1 5
2# 6Signed-off-by: Changqing Li <changqing.li@windriver.com>
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher 7---
4# 8 configure.ac | 8 +++++---
9 1 file changed, 5 insertions(+), 3 deletions(-)
5 10
6--- liblockfile-1.05/./configure.in~configure 11diff --git a/configure.ac b/configure.ac
7+++ liblockfile-1.05/./configure.in 12index df26cee..76e9165 100644
13--- a/configure.ac
14+++ b/configure.ac
8@@ -1,4 +1,5 @@ 15@@ -1,4 +1,5 @@
9-AC_INIT(lockfile.c) 16-AC_INIT(lockfile.c)
10+AC_INIT 17+AC_INIT
@@ -12,7 +19,7 @@
12 AC_CONFIG_HEADER(autoconf.h) 19 AC_CONFIG_HEADER(autoconf.h)
13 AC_REVISION($Revision: 1.0 $)dnl 20 AC_REVISION($Revision: 1.0 $)dnl
14 21
15@@ -111,7 +112,8 @@ 22@@ -111,7 +112,8 @@ AC_SUBST(TARGETS)
16 AC_SUBST(INSTALL_TARGETS) 23 AC_SUBST(INSTALL_TARGETS)
17 AC_SUBST(nfslockdir) 24 AC_SUBST(nfslockdir)
18 25
@@ -23,3 +30,6 @@
23-) 30-)
24+]) 31+])
25+AC_OUTPUT 32+AC_OUTPUT
33--
342.25.1
35
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch
index da25033393..046cd8e693 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile/liblockfile-fix-install-so-to-man-dir.patch
@@ -1,4 +1,4 @@
1From 363eb1aaeca914c7d36a2cdaf1417e4f87af4c22 Mon Sep 17 00:00:00 2001 1From 079d04c187800e22f18723c74e41c4e46eef67f8 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Thu, 19 Jul 2018 01:12:47 -0700 3Date: Thu, 19 Jul 2018 01:12:47 -0700
4Subject: [PATCH] Makefile.in: define dotlockfile.1 installed to man 4Subject: [PATCH] Makefile.in: define dotlockfile.1 installed to man
@@ -16,10 +16,10 @@ Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
16 1 file changed, 1 insertion(+), 1 deletion(-) 16 1 file changed, 1 insertion(+), 1 deletion(-)
17 17
18diff --git a/Makefile.in b/Makefile.in 18diff --git a/Makefile.in b/Makefile.in
19index 0f1b506..6e53179 100644 19index 3a74811..e447cb2 100644
20--- a/Makefile.in 20--- a/Makefile.in
21+++ b/Makefile.in 21+++ b/Makefile.in
22@@ -71,7 +71,7 @@ install_common: 22@@ -82,7 +82,7 @@ install_common:
23 else \ 23 else \
24 install -g root -m 755 dotlockfile $(bindir); \ 24 install -g root -m 755 dotlockfile $(bindir); \
25 fi 25 fi
@@ -29,5 +29,5 @@ index 0f1b506..6e53179 100644
29 29
30 install_nfslib: nfslib 30 install_nfslib: nfslib
31-- 31--
322.17.1 322.25.1
33 33
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb
index e07dab3c7a..b094337e90 100644
--- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.14.bb
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.17.bb
@@ -4,23 +4,20 @@ SECTION = "libs"
4LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later" 4LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f4ba6ad04fcb05cc30a4cfa5062c55a3" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f4ba6ad04fcb05cc30a4cfa5062c55a3"
6 6
7SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.14.orig.tar.gz \ 7SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.17.orig.tar.gz \
8 ${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.14-1.debian.tar.bz2;name=1.14-1 \ 8 ${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_1.17-1.debian.tar.bz2;name=1.17-1 \
9 file://configure.patch \ 9 file://configure.patch \
10 file://0001-Makefile.in-add-DESTDIR.patch \ 10 file://0001-Makefile.in-add-DESTDIR.patch \
11 file://0001-Makefile.in-install-nfslock-libs.patch \ 11 file://0001-Makefile.in-install-nfslock-libs.patch \
12 file://liblockfile-fix-install-so-to-man-dir.patch \ 12 file://liblockfile-fix-install-so-to-man-dir.patch \
13 file://0001-Makefile.in-redefine-LOCKPROG.patch \ 13 file://0001-Makefile.in-redefine-LOCKPROG.patch \
14 file://0001-Makefile.in-Don-t-try-to-run-ldconfig.patch \ 14 file://0001-Makefile.in-fix-install-failure-on-host-without-ldco.patch \
15" 15"
16 16
17SRC_URI[md5sum] = "420c056ba0cc4d1477e402f70ba2f5eb" 17SRC_URI[sha256sum] = "6e937f3650afab4aac198f348b89b1ca42edceb17fb6bb0918f642143ccfd15e"
18SRC_URI[sha256sum] = "ab40d4a3e8cbc204f7e87fea637a4e4ddf9a1149aaa0a723a4267febd0b1d060" 18SRC_URI[1.17-1.sha256sum] = "e3657c0e3facfeccb58900c0b48d56cd68ad5f9f24d1b4c6eaa69c26490fb673"
19 19
20SRC_URI[1.14-1.md5sum] = "f9a44928c3477d218c56252712ebc479" 20S = "${WORKDIR}/${BP}"
21SRC_URI[1.14-1.sha256sum] = "73f9be769e602149391588c28f0f4f5cda131e30fb94c0777dbb23d811ac21ff"
22
23S = "${WORKDIR}/${BPN}"
24 21
25inherit autotools-brokensep 22inherit autotools-brokensep
26 23