From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/1][meta-oe] rsnapshot: add new package
Date: Tue, 30 Sep 2014 09:37:09 +0200 [thread overview]
Message-ID: <m0dmj5$k28$1@ger.gmane.org> (raw)
In-Reply-To: <a28a68062d37967e63ba90bcf1c6245c561d0a5e.1412056597.git.wenzong.fan@windriver.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
wenzong.fan@windriver.com schreef op 30-09-14 08:02:
> From: Wenzong Fan <wenzong.fan@windriver.com>
>
> rsnapshot is a filesystem snapshot utility based on rsync.
>
> rsnapshot makes it easy to make periodic snapshots of local machines, and
> remote machines over ssh. The code makes extensive use of hard links
> whenever possible, to greatly reduce the disk space required.
>
> Homepage: http://www.rsnapshot.org/
>
> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> ---
> meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 34
> ++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644
> meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
>
> diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
> b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb new file mode
> 100644 index 0000000..afd3678 --- /dev/null +++
> b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb @@ -0,0 +1,34 @@
> +SUMMARY = "A filesystem snapshot utility based on rsync" +HOMEPAGE =
> "http://www.rsnapshot.org" +BUGTRACKER =
> "https://sourceforge.net/projects/rsnapshot/" +SECTION =
> "console/network" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM =
> "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" + +RDEPENDS_${PN} =
> "rsync \ + perl \ +
> perl-module-dirhandle \ + perl-module-cwd \ +
> perl-module-getopt-std \ + perl-module-file-path \ +
> perl-module-file-stat \ + perl-module-posix \ +
> perl-module-fcntl \ + perl-module-io-file \ +
> perl-module-constant \ + perl-module-overloading \ +
> " +
R* variables go below do_install
> +SRCREV = "1047cbb57937c29233388e2fcd847fecd3babe74" +PV =
> "1.3.1+git${SRCPV}" + +SRC_URI =
> "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ +
> " + +S = "${WORKDIR}/git" + +inherit autotools + +PACKAGECONFIG ??=
> "logger" +PACKAGECONFIG[logger] =
> "--with-logger=${bindir}/logger,--without-logger,,util-linux"
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFUKl2lMkyGM64RGpERAr0PAKCip4Nj9nx9qy/f4oVBQRktspaUSgCaAkDK
f9YCGesJ+Wx2iacqpw82n3k=
=Yzvp
-----END PGP SIGNATURE-----
prev parent reply other threads:[~2014-09-30 7:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-30 6:02 [PATCH 0/1][meta-oe] rsnapshot: add new package wenzong.fan
2014-09-30 6:02 ` [PATCH 1/1][meta-oe] " wenzong.fan
2014-09-30 7:37 ` Koen Kooi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='m0dmj5$k28$1@ger.gmane.org' \
--to=koen@dominion.thruhere.net \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.