diff options
| author | Roy.Li <rongqing.li@windriver.com> | 2013-01-09 13:34:56 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe.macdonald@windriver.com> | 2013-01-09 09:34:47 -0500 |
| commit | c9a18a88456bd459b34de4e9a7f4f8c0b9d669b1 (patch) | |
| tree | 48b6a806b22dc8e275989f28f3684735f5c4758f /meta-networking | |
| parent | 6210e05a528806a5c09802015fb11bbb313d7fdf (diff) | |
| download | meta-openembedded-c9a18a88456bd459b34de4e9a7f4f8c0b9d669b1.tar.gz | |
ntp: fix license to kill a warning
LICENSE is case sensitive
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | 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 b3586dc5c9..d93f22d473 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 \ | |||
| 5 | or satellite receiver or modem." | 5 | or satellite receiver or modem." |
| 6 | HOMEPAGE = "http://support.ntp.org" | 6 | HOMEPAGE = "http://support.ntp.org" |
| 7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
| 8 | LICENSE = "ntp" | 8 | LICENSE = "NTP" |
| 9 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670" | 9 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fea4b50c33b18c2194b4b1c9ca512670" |
| 10 | 10 | ||
| 11 | INC_PR = "r2" | 11 | INC_PR = "r3" |
| 12 | 12 | ||
| 13 | SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \ | 13 | SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.gz \ |
| 14 | file://tickadj.c.patch \ | 14 | file://tickadj.c.patch \ |
