diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-08-30 22:21:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-01 22:33:07 +0100 |
commit | 8d76bfaf22e7061fdaeb0cbeb13981393494edc6 (patch) | |
tree | ca827df35ede2627b9e6f93908a152ad69b3ea38 /meta/recipes-extended/lsb | |
parent | a4d83072686180fe2d80752e2423144f009c468e (diff) | |
download | poky-8d76bfaf22e7061fdaeb0cbeb13981393494edc6.tar.gz |
lsb-release: fix upstream version check
With the new recipe matching the tarbal version, there is
no need for an exception from the check.
(From OE-Core rev: 382bd74e69b7824deb5bb08f8559d22bce272bac)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r-- | meta/recipes-extended/lsb/lsb-release_1.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsb-release_1.4.bb b/meta/recipes-extended/lsb/lsb-release_1.4.bb index 4d8b3d3d3c..52e30267f5 100644 --- a/meta/recipes-extended/lsb/lsb-release_1.4.bb +++ b/meta/recipes-extended/lsb/lsb-release_1.4.bb | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \ |
12 | file://0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch \ | 12 | file://0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch \ |
13 | " | 13 | " |
14 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
15 | 14 | ||
16 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" | 15 | SRC_URI[md5sum] = "30537ef5a01e0ca94b7b8eb6a36bb1e4" |
17 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" | 16 | SRC_URI[sha256sum] = "99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172" |