diff mbox series

[meta-networking,4/4] pgpool2: use autotools-brokensep instead of setting B

Message ID 20231212203509.902175-4-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-oe,1/4] libbytesize: Removed unnecessary setting of B | expand

Commit Message

Alper Ak Dec. 12, 2023, 8:35 p.m. UTC
Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb b/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb
index efb563b81..5e6e00cae 100644
--- a/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb
+++ b/meta-networking/recipes-support/pgpool2/pgpool2_4.4.1.bb
@@ -20,7 +20,7 @@  SRC_URI[sha256sum] = "4b379bbba8e178128a1cee4a5bd1ae116dedb3da6121b728c18f0f54c8
 
 S = "${WORKDIR}/pgpool-II-${PV}"
 
-inherit autotools systemd
+inherit autotools-brokensep systemd
 
 SYSTEMD_SERVICE:${PN} = "pgpool.service"
 
@@ -34,7 +34,7 @@  PACKAGECONFIG[postgresql] = "--with-pgsql-includedir=${STAGING_INCDIR}/postgresq
 EXTRA_OECONF += "--disable-static \
 	         --disable-rpath \
 	        "
-B = "${S}"
+
 CFLAGS:append = " -fcommon "
 
 FILES:${PN} += "${datadir}/pgpool-II/ "