summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWen Yang <wen.yang@linux.dev>2025-05-05 21:44:20 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-05 10:16:54 -0700
commit8c555bf23ed431673290680650cc98c173128e5f (patch)
treeeccb5dc874017f4fc2b3061df17e7bbbf6b434b6 /meta-oe
parenta17c3cec975c5ead308a9b3a4fab4e40d42a3d53 (diff)
downloadmeta-openembedded-8c555bf23ed431673290680650cc98c173128e5f.tar.gz
testdisk: add recipe
testdisk is a free data recovery software primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software. Signed-off-by: Wen Yang <wen.yang@linux.dev> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/testdisk/testdisk_7.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/testdisk/testdisk_7.2.bb b/meta-oe/recipes-support/testdisk/testdisk_7.2.bb
new file mode 100644
index 0000000000..66d0cd4d0d
--- /dev/null
+++ b/meta-oe/recipes-support/testdisk/testdisk_7.2.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "TestDisk is a free data recovery software primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally deleting your Partition Table)."
2LICENSE = "GPL-2.0-or-later"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5DEPENDS = "jpeg ncurses e2fsprogs"
6
7SRC_URI = "https://www.cgsecurity.org/${BP}.tar.bz2"
8SRC_URI[sha256sum] = "f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f"
9
10inherit autotools pkgconfig
11COMPATIBLE_HOST:libc-musl = "null"
12
13PACKAGES =+ "${PN}-photorec"
14
15DESCRIPTION:${PN}-photorec = "Photorec is file data recovery software designed to recover lost files including video, documents and archives from Hard Disks and CDRom and lost pictures (Photo Recovery) from digital camera memory."
16FILES:${PN}-photorec = "${sbindir}/photorec"
17