[oe-commits] Roy.Li : ntp: fix license to kill a warning

git at git.openembedded.org git at git.openembedded.org
Wed Jan 9 14:38:47 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c9a18a88456bd459b34de4e9a7f4f8c0b9d669b1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c9a18a88456bd459b34de4e9a7f4f8c0b9d669b1

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Wed Jan  9 13:34:56 2013 +0800

ntp: fix license to kill a warning

LICENSE is case sensitive

Signed-off-by: Roy.Li <rongqing.li at windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 meta-networking/recipes-support/ntp/ntp.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/ntp/ntp.inc b/meta-networking/recipes-support/ntp/ntp.inc
index b3586dc..d93f22d 100644
--- a/meta-networking/recipes-support/ntp/ntp.inc
+++ b/meta-networking/recipes-support/ntp/ntp.inc
@@ -5,10 +5,10 @@ another server or reference time source, such as a radio \
 or satellite receiver or modem."
 HOMEPAGE = "http://support.ntp.org"
 SECTION = "console/network"
-LICENSE = "ntp"
+LICENSE = "NTP"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670"
 
-INC_PR = "r2"
+INC_PR = "r3"
 
 SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \
            file://tickadj.c.patch \





More information about the Openembedded-commits mailing list