diff mbox series

[meta-swupdate,2/2] librsync: drop recipe

Message ID 1580512664-9992-2-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series None | expand

Commit Message

'Darko Komljenovic' via swupdate Jan. 31, 2020, 11:17 p.m. UTC
The recipe is now in meta-oe [1]

[1] - http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/librsync/librsync_2.2.1.bb?h=master

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 recipes-support/librsync/librsync_2.1.0.bb | 22 ----------------------
 1 file changed, 22 deletions(-)
 delete mode 100644 recipes-support/librsync/librsync_2.1.0.bb

Comments

Stefano Babic Feb. 1, 2020, 12:48 p.m. UTC | #1
On 01/02/20 00:17, 'Pierre-Jean Texier' via swupdate wrote:
> The recipe is now in meta-oe [1]
> 
> [1] - http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/librsync/librsync_2.2.1.bb?h=master
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  recipes-support/librsync/librsync_2.1.0.bb | 22 ----------------------
>  1 file changed, 22 deletions(-)
>  delete mode 100644 recipes-support/librsync/librsync_2.1.0.bb
> 
> diff --git a/recipes-support/librsync/librsync_2.1.0.bb b/recipes-support/librsync/librsync_2.1.0.bb
> deleted file mode 100644
> index 905d28e..0000000
> --- a/recipes-support/librsync/librsync_2.1.0.bb
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -SUMMARY = "librsync is a library for calculating and applying network deltas, \
> -with an interface designed to ease integration into diverse network applications."
> -HOMEPAGE = "http://librsync.sourceforge.net"
> -
> -SECTION = "libs"
> -
> -LICENSE = "LGPLv2.1"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
> -                    file://debian/copyright;md5=365dc7c8a0d1b88cfc01021bcc5d2a30"
> -
> -SRC_URI = "git://github.com/librsync/librsync.git;protocol=https"
> -
> -PV = "2.1.0+git${SRCPV}"
> -SRCREV = "ac2274f562e74578b533ee734c8dada1aa5d93dc"
> -
> -S = "${WORKDIR}/git"
> -
> -DEPENDS = "bzip2 zlib"
> -inherit cmake
> -
> -# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
> -EXTRA_OECMAKE = ""
> 

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/recipes-support/librsync/librsync_2.1.0.bb b/recipes-support/librsync/librsync_2.1.0.bb
deleted file mode 100644
index 905d28e..0000000
--- a/recipes-support/librsync/librsync_2.1.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@ 
-SUMMARY = "librsync is a library for calculating and applying network deltas, \
-with an interface designed to ease integration into diverse network applications."
-HOMEPAGE = "http://librsync.sourceforge.net"
-
-SECTION = "libs"
-
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
-                    file://debian/copyright;md5=365dc7c8a0d1b88cfc01021bcc5d2a30"
-
-SRC_URI = "git://github.com/librsync/librsync.git;protocol=https"
-
-PV = "2.1.0+git${SRCPV}"
-SRCREV = "ac2274f562e74578b533ee734c8dada1aa5d93dc"
-
-S = "${WORKDIR}/git"
-
-DEPENDS = "bzip2 zlib"
-inherit cmake
-
-# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
-EXTRA_OECMAKE = ""