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:52 +0000 |
commit | 75c69294931da1db798b0e2c5103dd0b30ee60d0 (patch) | |
tree | 36208b9f10005957757133a4a94424266be35625 /meta/recipes-extended/watchdog | |
parent | cefeac268ed326d45e555fc81be32528ed6feb0d (diff) | |
download | poky-75c69294931da1db798b0e2c5103dd0b30ee60d0.tar.gz |
package_regex.inc: split sourceforge related entries to their own recipes
(From OE-Core rev: 4c5899fa0b8258f2754e3080dae5535e3b248e91)
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-extended/watchdog')
-rw-r--r-- | meta/recipes-extended/watchdog/watchdog_5.14.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/watchdog/watchdog_5.14.bb b/meta/recipes-extended/watchdog/watchdog_5.14.bb index 9ec0a8e84a..9cb89d586c 100644 --- a/meta/recipes-extended/watchdog/watchdog_5.14.bb +++ b/meta/recipes-extended/watchdog/watchdog_5.14.bb | |||
@@ -17,6 +17,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \ | |||
17 | SRC_URI[md5sum] = "5b2dba0c593942f4acc100bca0d560c4" | 17 | SRC_URI[md5sum] = "5b2dba0c593942f4acc100bca0d560c4" |
18 | SRC_URI[sha256sum] = "620b2f49e9879f2e85c73d4c1f422f9101e6b38e824fea2414befd8bb6866ad1" | 18 | SRC_URI[sha256sum] = "620b2f49e9879f2e85c73d4c1f422f9101e6b38e824fea2414befd8bb6866ad1" |
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/watchdog/files/watchdog/" | ||
21 | UPSTREAM_CHECK_REGEX = "/watchdog/(?P<pver>(\d+[\.\-_]*)+)/" | ||
22 | |||
20 | inherit autotools | 23 | inherit autotools |
21 | inherit update-rc.d | 24 | inherit update-rc.d |
22 | 25 | ||