[oe] [PATCH 3/3] rlpr: remove version 2.05

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Sep 8 14:54:11 UTC 2010


2010/9/8 Eric Bénard <eric at eukrea.com>:
> now replaced by 2.06
>
> Signed-off-by: Eric Bénard <eric at eukrea.com>
> ---
>  recipes/rlpr/rlpr_2.05.bb |   20 --------------------
>  1 files changed, 0 insertions(+), 20 deletions(-)
>  delete mode 100644 recipes/rlpr/rlpr_2.05.bb
>
> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
> deleted file mode 100644
> index 2751b9f..0000000
> --- a/recipes/rlpr/rlpr_2.05.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
> -HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
> -SECTION = "console/network"
> -LICENSE = "GPL"
> -PR = "r1"
> -
> -SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
> -
> -inherit autotools
> -
> -do_configure() {
> -        oe_runconf
> -}
> -do_install() {
> -        make install DESTDIR=${D}
> -}
> -
> -TARGET_CC_ARCH += " ${LDFLAGS}"
> --
> 1.6.3.3
>

if you are updating a recipe I suggest to use git mv
That way the history is retained.

Frans




More information about the Openembedded-devel mailing list