summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-08-06 13:41:11 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-08 22:13:39 +0000
commit17087e4083b2b6b070cec55c38288644689fa55c (patch)
tree8decefef541a753683d54d0b65987a2b3165e019
parentaf33c502c6042cf4cfbbc838699e3f87f67e7374 (diff)
Initial integration for librefop
The librefop is a redundancy file operation library. This patch is 1st integration in AGL. Bug-AGL: SPEC-4500 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: I1266e2683f2f427853a10d8db5d9f8db96d465e0
-rw-r--r--meta-agl-lxc/recipes-extended/librefop/librefop_git.bb16
-rw-r--r--meta-agl-lxc/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb1
2 files changed, 17 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-extended/librefop/librefop_git.bb b/meta-agl-lxc/recipes-extended/librefop/librefop_git.bb
new file mode 100644
index 00000000..36876fc3
--- /dev/null
+++ b/meta-agl-lxc/recipes-extended/librefop/librefop_git.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Redundancy file operation library (librefop)"
+DESCRIPTION = "Redundancy file operation library is a another implementation for \
+ the backup manager. It aim to tiny implementation."
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
+PV = "1.0.0+rev${SRCPV}"
+
+SRCREV = "2dd3bafb0c21d7f49fcc2945836924d9c052d268"
+SRC_URI = " \
+ git://git.automotivelinux.org/src/librefop;branch=master;protocol=https \
+ "
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep pkgconfig
+
diff --git a/meta-agl-lxc/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb b/meta-agl-lxc/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb
index 316350f5..d54685c8 100644
--- a/meta-agl-lxc/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb
+++ b/meta-agl-lxc/recipes-platform/packagegroups/packagegroup-agl-ic-core.bb
@@ -13,4 +13,5 @@ PACKAGES = "\
RDEPENDS:${PN} += "\
libclusteripc \
libclusterapi \
+ librefop \
"