From b145fdac545f772afa571661a2067e71ecfb3dd5 Mon Sep 17 00:00:00 2001 From: alperak Date: Tue, 12 Dec 2023 23:35:06 +0300 Subject: [PATCH] libbytesize: Removed unnecessary setting of B Supports out of tree builds Signed-off-by: alperak Signed-off-by: Khem Raj --- meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb index 28e40f66e3..daa01bfc3d 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"