diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-25 15:54:46 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:57:23 -0700 |
| commit | f6d550cc6b5116ab533572ba47fcac43b6940613 (patch) | |
| tree | 2a8a100f3c7957c921422e533057392ef19f0a62 | |
| parent | a94d142a4c400f35e65835197118270fe4c0050a (diff) | |
| download | meta-openembedded-f6d550cc6b5116ab533572ba47fcac43b6940613.tar.gz | |
netkit-telnet: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb index 807b566449..28ef36ba8a 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | |||
| @@ -13,6 +13,9 @@ SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${BP}.tar.gz \ | |||
| 13 | file://0001-telnet-telnetd-Fix-print-format-strings.patch \ | 13 | file://0001-telnet-telnetd-Fix-print-format-strings.patch \ |
| 14 | " | 14 | " |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netkit-telnet/" | ||
| 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.orig\.tar" | ||
| 18 | |||
| 16 | EXTRA_OEMAKE = "INSTALLROOT=${D} SBINDIR=${sbindir} DAEMONMODE=755 \ | 19 | EXTRA_OEMAKE = "INSTALLROOT=${D} SBINDIR=${sbindir} DAEMONMODE=755 \ |
| 17 | MANMODE=644 MANDIR=${mandir}" | 20 | MANMODE=644 MANDIR=${mandir}" |
| 18 | 21 | ||
