diff mbox series

[meta-oe] rdfind: remove (move to oe-core)

Message ID 20231128074201.40056-1-alexander.sverdlin@siemens.com
State Changes Requested
Headers show
Series [meta-oe] rdfind: remove (move to oe-core) | expand

Commit Message

Sverdlin, Alexander Nov. 28, 2023, 7:41 a.m. UTC
From: Alexander Sverdlin <alexander.sverdlin@siemens.com>

Newer linux-firmware (oe-core) requires rdfind-native, move the new
dependency to oe-core as well.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
---
 meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb

Comments

Khem Raj Nov. 28, 2023, 5:04 p.m. UTC | #1
please send it to oe-devel mailing list,

On Mon, Nov 27, 2023 at 11:42 PM A. Sverdlin via
lists.openembedded.org
<alexander.sverdlin=siemens.com@lists.openembedded.org> wrote:
>
> From: Alexander Sverdlin <alexander.sverdlin@siemens.com>
>
> Newer linux-firmware (oe-core) requires rdfind-native, move the new
> dependency to oe-core as well.
>
> Signed-off-by: Alexander Sverdlin <alexander.sverdlin@siemens.com>
> ---
>  meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb | 13 -------------
>  1 file changed, 13 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb
>
> diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb b/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb
> deleted file mode 100644
> index 3a15fe6c9..000000000
> --- a/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -SUMMARY = "Rdfind is a program that finds duplicate files"
> -HOMEPAGE = "https://rdfind.pauldreik.se/"
> -LICENSE = "GPL-2.0-only"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
> -
> -DEPENDS = "nettle autoconf-archive"
> -
> -SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz"
> -SRC_URI[sha256sum] = "7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279"
> -
> -inherit autotools
> -
> -BBCLASSEXTEND = "native"
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#191336): https://lists.openembedded.org/g/openembedded-core/message/191336
> Mute This Topic: https://lists.openembedded.org/mt/102846946/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb b/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb
deleted file mode 100644
index 3a15fe6c9..000000000
--- a/meta-oe/recipes-support/rdfind/rdfind_1.6.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@ 
-SUMMARY = "Rdfind is a program that finds duplicate files"
-HOMEPAGE = "https://rdfind.pauldreik.se/"
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fa22e16ebbe6638b2bd253338fbded9f"
-
-DEPENDS = "nettle autoconf-archive"
-
-SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz"
-SRC_URI[sha256sum] = "7a406e8ef1886a5869655604618dd98f672f12c6a6be4926d053be65070f3279"
-
-inherit autotools
-
-BBCLASSEXTEND = "native"