From 84f23662c18558f3491b74462e0a2a25b4f9c78b Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Sun, 19 Apr 2009 15:58:15 +0100 Subject: [PATCH] openrdate: New upstream version 1.2 Version 1.1.3 fails at runtime on armv4t. This new upstream version works. Signed-off-by: Michel Pollet --- recipes/openrdate/openrdate_1.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/openrdate/openrdate_1.2.bb diff --git a/recipes/openrdate/openrdate_1.2.bb b/recipes/openrdate/openrdate_1.2.bb new file mode 100644 index 0000000000..63f60aaa74 --- /dev/null +++ b/recipes/openrdate/openrdate_1.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Date and time setting software implementing RFC 868 and RFC 2030 protocols" +HOMEPAGE = "http://sourceforge.net/projects/openrdate/" +SECTION = "admin" +LICENSE = "BSD" +PR="r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/openrdate/openrdate-${PV}.tar.gz \ + file://debian.patch;patch=1" + +inherit autotools + +do_stage() { + autotools_stage_all +} -- 2.11.4.GIT