From e0d1c31d97aa6648f7b4fdaf7eaede73606481f5 Mon Sep 17 00:00:00 2001 From: isa Date: Thu, 23 Jan 2025 16:53:45 -0500 Subject: [PATCH] Fix broken recipe link --- .../{libbytesize_2.6.bb => libbytesize_2.10.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-citadel/recipes-support/libbytesize/{libbytesize_2.6.bb => libbytesize_2.10.bb} (76%) diff --git a/meta-citadel/recipes-support/libbytesize/libbytesize_2.6.bb b/meta-citadel/recipes-support/libbytesize/libbytesize_2.10.bb similarity index 76% rename from meta-citadel/recipes-support/libbytesize/libbytesize_2.6.bb rename to meta-citadel/recipes-support/libbytesize/libbytesize_2.10.bb index 1549732..5b773e7 100644 --- a/meta-citadel/recipes-support/libbytesize/libbytesize_2.6.bb +++ b/meta-citadel/recipes-support/libbytesize/libbytesize_2.10.bb @@ -7,10 +7,9 @@ SECTION = "devel/lib" LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" S = "${WORKDIR}/git" -B = "${S}" -SRCREV = "c9864f4dd03736839f40d225da494cb1eb64e654" -SRC_URI = "git://github.com/rhinstaller/libbytesize;branch=master;protocol=https" +SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" +SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" inherit gettext autotools pkgconfig python3native @@ -27,4 +26,4 @@ PACKAGECONFIG ??= "python3" PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" EXTRA_OECONF = "--without-gtk-doc" -EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" +EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" \ No newline at end of file