From 53e8edb4ea5b13cc57085728fa643130f0ce7cff Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Fri, 1 Apr 2016 21:41:23 +0200 Subject: [PATCH] linuxptp: update to 1.6, most recent release. No further updates were required, aside from changing the checksums and renaming the file. Signed-off-by: Ruben De Smet Signed-off-by: Martin Jansa --- .../linuxptp/{linuxptp_1.4.bb => linuxptp_1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/linuxptp/{linuxptp_1.4.bb => linuxptp_1.6.bb} (82%) diff --git a/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.4.bb b/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb similarity index 82% rename from meta-oe/recipes-connectivity/linuxptp/linuxptp_1.4.bb rename to meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb index 4ee0c8873b..254b855f3d 100644 --- a/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.4.bb +++ b/meta-oe/recipes-connectivity/linuxptp/linuxptp_1.6.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "http://sourceforge.net/projects/linuxptp/files/v${PV}/linuxptp-${PV}.tgz \ file://build-Allow-CC-and-prefix-to-be-overriden.patch" -SRC_URI[md5sum] = "a37ad2b2ef7d1ebc4d64a66d3fe55cdf" -SRC_URI[sha256sum] = "6cfd5291fb7394cc9f25458927874a203971b66b76d1c9d6568e007d0cbd81f2" +SRC_URI[md5sum] = "6aa15d83f5a35f1fd076ba9adc4e7285" +SRC_URI[sha256sum] = "e7fd16a9f235b059be527bd512e86f0c1d9f2e7c36736e6d6d9727a4427ac14c" EXTRA_OEMAKE = "ARCH=${TARGET_ARCH} \ EXTRA_CFLAGS='-D_GNU_SOURCE -DHAVE_CLOCK_ADJTIME -DHAVE_ONESTEP_SYNC ${CFLAGS}'"