diff mbox series

[meta-oe,1/4] libbytesize: Removed unnecessary setting of B

Message ID 20231212203509.902175-1-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
Supports out of tree builds

Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb | 1 -
 1 file changed, 1 deletion(-)

Comments

Khem Raj Dec. 13, 2023, 7:07 a.m. UTC | #1
On Tue, 12 Dec 2023 23:35:06 +0300, alperak wrote:
> Supports out of tree builds
> 
> 

Applied, thanks!

[1/4] libbytesize: Removed unnecessary setting of B
      commit: b145fdac545f772afa571661a2067e71ecfb3dd5
[2/4] libmxml: use autotools-brokensep instead of setting B
      commit: bfda5e7c70dabc93bbcc18138adab900537d4a0a
[3/4] libsombok3: use autotools-brokensep instead of setting B
      commit: 763fd809cf8f1bbe82d3a3496e4cc30ceefef4b4
[4/4] pgpool2: use autotools-brokensep instead of setting B
      commit: 0a0ea87b8dda01a2887a525cef78eb6c3f4c2c32

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
index 28e40f66e..daa01bfc3 100644
--- a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
+++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
@@ -7,7 +7,6 @@  SECTION = "devel/lib"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 
 S = "${WORKDIR}/git"
-B = "${S}"
 
 SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d"
 SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https"