diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb index 8cd60d3a0f..1022724814 100644 --- a/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb +++ b/meta-python/recipes-devtools/python/python3-lrparsing_1.0.17.bb | |||
@@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
3 | LICENSE = "AGPL-3.0-only" | 3 | LICENSE = "AGPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" | 4 | LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788" |
5 | 5 | ||
6 | HOMEPAGE = "http://lrparsing.sourceforge.net/" | 6 | HOMEPAGE = "https://lrparsing.sourceforge.net/" |
7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" | 7 | BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/" |
8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" | 8 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/" |
9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" | 9 | UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)" |
@@ -18,6 +18,6 @@ RDEPENDS:${PN} = " \ | |||
18 | 18 | ||
19 | inherit setuptools3 | 19 | inherit setuptools3 |
20 | 20 | ||
21 | S = "${WORKDIR}/lrparsing-${PV}" | 21 | S = "${UNPACKDIR}/lrparsing-${PV}" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |