[oe-commits] [openembedded-core] 01/20: db: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Thu Mar 28 07:34:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0bba7bbdb9600095f367bbe2f6926e216a7b56ce
Author: Alexander Kanavin <alex.kanavin at gmail.com>
AuthorDate: Wed Mar 27 15:09:15 2019 +0100

    db: fix upstream version check
    
    The new regex excludes the 5.3.28+dfsg1 which is a Debian
    repackaging of the original tarball:
    
    * Repack the .orig tarball to eliminate prebuilt binaries that need a
        Visual Studio plugin to build from source. (Closes: #898215)
    
    https://metadata.ftp-master.debian.org/changelogs/main/d/db5.3/unstable_changelog
    
    Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/db/db_5.3.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index 46536ef..8975647 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -30,7 +30,7 @@ SRC_URI += "file://fix-parallel-build.patch \
 # We are not interested in official latest 6.x versions;
 # let's track what debian is using.
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/db5.3/"
-UPSTREAM_CHECK_REGEX = "db5\.3_(?P<pver>.+)\.orig"
+UPSTREAM_CHECK_REGEX = "db5\.3_(?P<pver>\d+(\.\d+)+).+\.orig"
 
 SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24"
 SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list