summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2023-12-12 23:35:06 +0300
committerKhem Raj <raj.khem@gmail.com>2023-12-12 14:40:58 -0800
commitb145fdac545f772afa571661a2067e71ecfb3dd5 (patch)
tree28af0fcb0c590790400db41bd849a357c42c3583 /meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb
parentadecc463a3c090e5a9c54875a42047a427384f71 (diff)
downloadmeta-openembedded-b145fdac545f772afa571661a2067e71ecfb3dd5.tar.gz
libbytesize: Removed unnecessary setting of B
Supports out of tree builds Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb')
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb1
1 files changed, 0 insertions, 1 deletions
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"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10B = "${S}"
11 10
12SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" 11SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d"
13SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" 12SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https"