diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 16:08:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:09 +0000 |
commit | 4c5899fa0b8258f2754e3080dae5535e3b248e91 (patch) | |
tree | 1cb8422bf8a011082a85a177781e2745e1c7ef5c /meta/recipes-devtools/docbook-dsssl-stylesheets | |
parent | 9528cff2ecf4241cb80d9e972751d7ac607d39e4 (diff) | |
download | openembedded-core-4c5899fa0b8258f2754e3080dae5535e3b248e91.tar.gz openembedded-core-4c5899fa0b8258f2754e3080dae5535e3b248e91.tar.bz2 openembedded-core-4c5899fa0b8258f2754e3080dae5535e3b248e91.zip |
package_regex.inc: split sourceforge related entries to their own recipes
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/docbook-dsssl-stylesheets')
-rw-r--r-- | meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb index 461b48f4ca..b7791f360b 100644 --- a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb +++ b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb @@ -13,6 +13,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/docbook/docbook-dsssl-${PV}.tar.bz2" SRC_URI[md5sum] = "bc192d23266b9a664ca0aba4a7794c7c" SRC_URI[sha256sum] = "2f329e120bee9ef42fbdd74ddd60e05e49786c5a7953a0ff4c680ae6bdf0e2bc" +UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/docbook/files/docbook-dsssl/" +UPSTREAM_CHECK_REGEX = "/docbook-dsssl/(?P<pver>(\d+[\.\-_]*)+)/" + S = "${WORKDIR}/docbook-dsssl-${PV}" inherit native |