diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 15:07:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:18 +0100 |
commit | c90eea15433e2a990a7b7f1f2a37e346483ff2df (patch) | |
tree | d2f8d5c811dbee64b242e9b4b9fe1e61cbeae8b7 /meta/recipes-devtools | |
parent | c69055a2ed703e0a0af0e08a43a47f2bab0ac29e (diff) | |
download | poky-c90eea15433e2a990a7b7f1f2a37e346483ff2df.tar.gz |
mklibs-native: fix upstream version check
(From OE-Core rev: 0001b4037e3e528383bd471ab5b05432cc046bc1)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb index b3c1b5ba76..4cf1a5cfe2 100644 --- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb +++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb | |||
@@ -18,4 +18,6 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20160207T221625Z/pool/main/ | |||
18 | SRC_URI[md5sum] = "6b2979876a611717df3d49e7f9cf291d" | 18 | SRC_URI[md5sum] = "6b2979876a611717df3d49e7f9cf291d" |
19 | SRC_URI[sha256sum] = "058c7349f8ec8a03b529c546a95cd6426741bd819f1e1211f499273eb4bf5d89" | 19 | SRC_URI[sha256sum] = "058c7349f8ec8a03b529c546a95cd6426741bd819f1e1211f499273eb4bf5d89" |
20 | 20 | ||
21 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/m/mklibs/" | ||
22 | |||
21 | inherit autotools gettext native pythonnative | 23 | inherit autotools gettext native pythonnative |