diff options
| -rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.6.0.bb b/meta/recipes-devtools/flex/flex_2.6.0.bb index db2cf1c6d4..3a45752f8b 100644 --- a/meta/recipes-devtools/flex/flex_2.6.0.bb +++ b/meta/recipes-devtools/flex/flex_2.6.0.bb | |||
| @@ -21,6 +21,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ | |||
| 21 | SRC_URI[md5sum] = "266270f13c48ed043d95648075084d59" | 21 | SRC_URI[md5sum] = "266270f13c48ed043d95648075084d59" |
| 22 | SRC_URI[sha256sum] = "24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9" | 22 | SRC_URI[sha256sum] = "24e611ef5a4703a191012f80c1027dc9d12555183ce0ecd46f3636e587e9b8e9" |
| 23 | 23 | ||
| 24 | # Flex has moved to github from 2.6.1 onwards | ||
| 25 | UPSTREAM_CHECK_URI = "https://github.com/westes/flex/releases" | ||
| 24 | UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" | 26 | UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar" |
| 25 | 27 | ||
| 26 | inherit autotools gettext texinfo ptest | 28 | inherit autotools gettext texinfo ptest |
