aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-10-02 15:17:03 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2017-10-19 09:31:27 +1300
commit8f2599fd9a8000191ed0b1c2914b38e7572f6662 (patch)
tree12283f1acd142a0e3b0049959e5dbd51b9c84e6d
parentd6f699c1268947a2298f01af26f384c4465b633a (diff)
downloadmeta-openembedded-contrib-paule/casync.tar.gz
casync: add new recipepaule/casync
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--meta-oe/recipes-extended/casync/casync_git.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/casync/casync_git.bb b/meta-oe/recipes-extended/casync/casync_git.bb
new file mode 100644
index 0000000000..c5d321dbd8
--- /dev/null
+++ b/meta-oe/recipes-extended/casync/casync_git.bb
@@ -0,0 +1,24 @@
+SUMMARY = "A tool for distributing file system images"
+SECTION = "console/network"
+HOMEPAGE = "https://github.com/systemd/casync"
+LICENSE = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "git://github.com/systemd/casync;protocol=https"
+
+PV = "2+git${SRCPV}"
+SRCREV = "6daefa8a008c3230495a76017eca546f6622bb1d"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "acl curl xz zlib openssl zstd"
+
+inherit meson
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[fuse] = "-Dfuse=true,-Dfuse=false,fuse"
+PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux"
+PACKAGECONFIG[man] = "-Dman=true,-Dman=false,python-sphinx-native"
+
+BBCLASSEXTEND = "native nativesdk"
+