From patchwork Mon May 5 13:44:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen Yang X-Patchwork-Id: 62471 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C206C3ABAA for ; Mon, 5 May 2025 14:22:28 +0000 (UTC) Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) by mx.groups.io with SMTP id smtpd.web11.50716.1746452688264979622 for ; Mon, 05 May 2025 06:44:48 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@linux.dev header.s=key1 header.b=XJpZGkm6; spf=pass (domain: linux.dev, ip: 95.215.58.174, mailfrom: wen.yang@linux.dev) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1746452685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=qpOlxsigjyawIAcH8212kP5DDGOQUZmdeyLjTKSZp3Y=; b=XJpZGkm6TT/nOURmLu3MOJhPzYJ6kDwaO6vA/4O+wFnoKdwy8qrc7368p+n0Z+Idfia3mz ka+R7PAE0pADtzP9ToBL31WumhkO1g6q1x6cTJq5pJQ+rtCoIWwq0Sl+E0P2oP68XIrTpj Z3WN0qqSQSmkl1tdBD+o3JWI0Sjmk3c= From: Wen Yang To: openembedded-core@lists.openembedded.org, openembedded-devel@lists.openembedded.org Cc: Wen Yang Subject: [meta-oe][PATCH v4] testdisk: add recipe Date: Mon, 5 May 2025 21:44:20 +0800 Message-Id: <20250505134420.1066169-1-wen.yang@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 05 May 2025 14:22:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/117315 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 --- .../recipes-support/testdisk/testdisk_7.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/testdisk/testdisk_7.2.bb 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 @@ +DESCRIPTION = "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)." +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "jpeg ncurses e2fsprogs" + +SRC_URI = "https://www.cgsecurity.org/${BP}.tar.bz2" +SRC_URI[sha256sum] = "f8343be20cb4001c5d91a2e3bcd918398f00ae6d8310894a5a9f2feb813c283f" + +inherit autotools pkgconfig +COMPATIBLE_HOST:libc-musl = "null" + +PACKAGES =+ "${PN}-photorec" + +DESCRIPTION:${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." +FILES:${PN}-photorec = "${sbindir}/photorec" +