On 6/27/2023 11:22 PM, Ravi Gunasekaran wrote:
Andrew,
On 6/27/23 8:32 PM, Andrew Davis wrote:
On 6/27/23 9:42 AM, Ravi Gunasekaran wrote:
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
This comment isn't needed.
I understand the 1:1 copy from the original repo, but after you should have
another patch
that comes back and cleans these up. If they are to live in meta-arago they
need to be up
to the standards.
Understood.
I have replied to your comment in [2/8]. If my reply is not satisfactory, then
while sending
the next version, I will add another patch in the series to remove this "Note".
Incase the series is acceptable, then I will send out a separate patch to remove the
"Note"
What you have is fine for accepting this series. Just submit a new
patch that cleans it up.
Andrew
+inherit python3native autotools
+
+# Specify any options you want to pass to the configure script using
EXTRA_OECONF:
+EXTRA_OECONF = " --without-rbgen "
+
+BBCLASSEXTEND = "native nativesdk"
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14726):
https://lists.yoctoproject.org/g/meta-arago/message/14726
Mute This Topic: https://lists.yoctoproject.org/mt/99810523/21656
Group Owner: [email protected]
Unsubscribe:
https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-