unionfs-fuse_2.1.bb 586 B

123456789101112131415161718
  1. SUMMARY = "A FUSE based implemention of unionfs"
  2. HOMEPAGE = "https://github.com/rpodgorny/unionfs-fuse"
  3. SECTION = "console/network"
  4. LICENSE = "BSD-3-Clause"
  5. LIC_FILES_CHKSUM = "file://src/unionfs.c;beginline=3;endline=8;md5=30fa8de70fd8abab00b483a1b7943a32 \
  6. file://LICENSE;md5=7e5a37fce17307066eec6b23546da3b3 \
  7. "
  8. SRC_URI = "git://github.com/rpodgorny/${BPN}.git;branch=master \
  9. file://0001-support-cross-compiling.patch \
  10. "
  11. SRCREV = "8d732962423c3ca5be1f14b7ec139ff464e10a51"
  12. DEPENDS = "fuse"
  13. S = "${WORKDIR}/git"
  14. inherit cmake pkgconfig