* [meta-networking][PATCH] ntp: fix license to kill a warning
@ 2013-01-09 5:34 rongqing.li
2013-01-09 14:37 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-01-09 5:34 UTC (permalink / raw)
To: openembedded-devel, Joe.MacDonald
From: "Roy.Li" <rongqing.li@windriver.com>
LICENSE is case sensitive
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
---
meta-networking/recipes-support/ntp/ntp.inc | 4 ++--
1 file 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 \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-09 14:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-09 5:34 [meta-networking][PATCH] ntp: fix license to kill a warning rongqing.li
2013-01-09 14:37 ` Joe MacDonald
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.