diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-25 15:54:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:57:23 -0700 |
| commit | 5a84cabaef9108ffb7c5e0194e32c992d8b9c518 (patch) | |
| tree | 5fe9d28f36fcf49ea4f9dff8ea5ad33299739fd2 | |
| parent | 2eca506d368ca81d5d5937e7adac1a40fcabaa18 (diff) | |
| download | meta-openembedded-5a84cabaef9108ffb7c5e0194e32c992d8b9c518.tar.gz | |
autofs: 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-daemons/autofs/autofs_5.1.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.2.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.2.bb index 68c64fdb04..e2799952c9 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.2.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.2.bb | |||
| @@ -31,6 +31,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.gz \ | |||
| 31 | SRC_URI[md5sum] = "28cf88f99eff553a8500659ba5d45a76" | 31 | SRC_URI[md5sum] = "28cf88f99eff553a8500659ba5d45a76" |
| 32 | SRC_URI[sha256sum] = "0d57e4138c2ec8058ca92164d035546f68ce4af93acb893369993d67c7056a10" | 32 | SRC_URI[sha256sum] = "0d57e4138c2ec8058ca92164d035546f68ce4af93acb893369993d67c7056a10" |
| 33 | 33 | ||
| 34 | UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/" | ||
| 35 | |||
| 34 | INITSCRIPT_NAME = "autofs" | 36 | INITSCRIPT_NAME = "autofs" |
| 35 | INITSCRIPT_PARAMS = "defaults" | 37 | INITSCRIPT_PARAMS = "defaults" |
| 36 | 38 | ||
