diff mbox series

[meta-darwin] add hfsprogs (for mkfs.hfsplus)

Message ID 20260201043133.20872-1-dev@qinc.tv
State New
Headers show
Series [meta-darwin] add hfsprogs (for mkfs.hfsplus) | expand

Commit Message

Eric L. Hernes Feb. 1, 2026, 4:31 a.m. UTC
mkfs.hfsplus is used to create the .dmg with hfsplus filesystem image
---
 recipes-support/hfsprogs/hfsprogs_git.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-support/hfsprogs/hfsprogs_git.bb
diff mbox series

Patch

diff --git a/recipes-support/hfsprogs/hfsprogs_git.bb b/recipes-support/hfsprogs/hfsprogs_git.bb
new file mode 100644
index 0000000..9dfdfbc
--- /dev/null
+++ b/recipes-support/hfsprogs/hfsprogs_git.bb
@@ -0,0 +1,18 @@ 
+SUMMARY = "HFS+ filesystem utilities for Linux"
+DESCRIPTION = "Apple's HFS+ filesystem utilities (mkfs.hfsplus, fsck.hfsplus) \
+adapted to work on Linux systems. Based on Apple's diskdev-cmds source code."
+HOMEPAGE = "https://github.com/Artoria2e5/hfsprogs"
+
+LICENSE = "APSL-2.0"
+LIC_FILES_CHKSUM = "file://README.md;md5=ea27fd14a7e575753270cc5527d29023"
+
+SRCREV = "064b7fece00d069f206fd2d4a9a4493dd2777d9f"
+SRC_URI = "git://github.com/elhernes/hfsprogs.git;branch=master;protocol=https"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "openssl libbsd"
+
+inherit cmake native
+
+BBCLASSEXTEND += "native"