libredblack is needed to build sysrepo. Add recipe for libredblack.
The recipe is taken as-is from the commit 09f73e7 ("update for honister")
from the public repo [1].
[1] - https://github.com/sartura/meta-sysrepo
Signed-off-by: Ravi Gunasekaran <[email protected]>
---
Changes since v3:
----------------
No change
Changes since v2:
---------------
Newly introduced in this series
.../libredblack/libredblack_git.bb | 21 +++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644
meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
diff --git a/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
b/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
new file mode 100644
index 00000000..ea51b618
--- /dev/null
+++ b/meta-arago-extras/recipes-sysrepo/libredblack/libredblack_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "Library for handling red-black tree searching algorithm"
+DESCRIPTION = "A library to provide the RedBlack balanced tree searching and
sorting algorithm."
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=de174fb5a92cdbe038c88dc4c4316f99"
+
+SRC_URI = "git://github.com/sysrepo/libredblack.git;protocol=https"
+
+PV = "1.0+git${SRCPV}"
+SRCREV = "a399310d99b61eec4d3c0677573ab5dddcf9395d"
+
+S = "${WORKDIR}/git"
+
+# NOTE: if this software is not capable of being built in a separate build
directory
+# from the source, you should replace autotools with autotools-brokensep in the
+# inherit line
+inherit python3native autotools
+
+# Specify any options you want to pass to the configure script using
EXTRA_OECONF:
+EXTRA_OECONF = " --without-rbgen "
+
+BBCLASSEXTEND = "native nativesdk"
--
2.17.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14711):
https://lists.yoctoproject.org/g/meta-arago/message/14711
Mute This Topic: https://lists.yoctoproject.org/mt/99810523/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-