diff options
Diffstat (limited to 'meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb')
-rw-r--r-- | meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb deleted file mode 100644 index daa01bfc3d..0000000000 --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.10.bb +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | DESCRIPTION = "The goal of this project is to provide a tiny library that would \ | ||
2 | facilitate the common operations with sizes in bytes." | ||
3 | HOMEPAGE = "https://github.com/rhinstaller/libbytesize" | ||
4 | LICENSE = "LGPL-2.0-or-later" | ||
5 | SECTION = "devel/lib" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | SRCREV = "6e83cc6f6dff4f126fc79284e0c3c1c50123380d" | ||
12 | SRC_URI = "git://github.com/storaged-project/libbytesize;branch=main;protocol=https" | ||
13 | |||
14 | inherit gettext autotools pkgconfig python3native | ||
15 | |||
16 | DEPENDS += " \ | ||
17 | libpcre2 \ | ||
18 | gmp \ | ||
19 | mpfr \ | ||
20 | gettext-native \ | ||
21 | " | ||
22 | |||
23 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize" | ||
24 | |||
25 | PACKAGECONFIG ??= "python3" | ||
26 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" | ||
27 | |||
28 | EXTRA_OECONF = "--without-gtk-doc" | ||
29 | EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" | ||