diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2018-05-29 15:17:50 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-29 12:56:19 -0700 |
commit | c943278b66138fe9020d049927a806a6ad46eeb7 (patch) | |
tree | 3869ab353dafa07f3802da7bcd540754f5acabfd /meta-oe/recipes-support/libestr | |
parent | aed7cd16544508f197df70e97c3f43a349aa4249 (diff) | |
download | meta-openembedded-c943278b66138fe9020d049927a806a6ad46eeb7.tar.gz |
libestr: add UPSTREAM_CHECK_URI
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libestr')
-rw-r--r-- | meta-oe/recipes-support/libestr/libestr_0.1.10.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libestr/libestr_0.1.10.bb b/meta-oe/recipes-support/libestr/libestr_0.1.10.bb index 9bff4f35a..abce8f3d3 100644 --- a/meta-oe/recipes-support/libestr/libestr_0.1.10.bb +++ b/meta-oe/recipes-support/libestr/libestr_0.1.10.bb | |||
@@ -8,4 +8,6 @@ SRC_URI = "http://libestr.adiscon.com/files/download/${BP}.tar.gz" | |||
8 | SRC_URI[md5sum] = "f4c9165a23587e77f7efe65d676d5e8e" | 8 | SRC_URI[md5sum] = "f4c9165a23587e77f7efe65d676d5e8e" |
9 | SRC_URI[sha256sum] = "bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c" | 9 | SRC_URI[sha256sum] = "bd655e126e750edd18544b88eb1568d200a424a0c23f665eb14bbece07ac703c" |
10 | 10 | ||
11 | UPSTREAM_CHECK_URI = "http://libestr.adiscon.com/download/" | ||
12 | |||
11 | inherit autotools | 13 | inherit autotools |