* [PATCH 1/2] bash-completion: fix upstream version check
@ 2016-06-09 9:42 Alexander Kanavin
2016-06-09 9:42 ` [PATCH 2/2] python3-pygobject: only check for even upstream versions Alexander Kanavin
2016-06-09 10:15 ` [PATCH 1/2] bash-completion: fix upstream version check Burton, Ross
0 siblings, 2 replies; 4+ messages in thread
From: Alexander Kanavin @ 2016-06-09 9:42 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-support/bash-completion/bash-completion_2.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.1.bb b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
index 8b257d2..9877720 100644
--- a/meta/recipes-support/bash-completion/bash-completion_2.1.bb
+++ b/meta/recipes-support/bash-completion/bash-completion_2.1.bb
@@ -12,6 +12,7 @@ SRC_URI="http://bash-completion.alioth.debian.org/files/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "4e2a9f11a4042a38ee79ddcd048e8b9e"
SRC_URI[sha256sum] = "2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f"
UPSTREAM_CHECK_REGEX = "bash-completion-(?P<pver>(?!2008).+)\.tar"
+UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"
PARALLEL_MAKE = ""
--
2.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH 2/2] python3-pygobject: only check for even upstream versions
2016-06-09 9:42 [PATCH 1/2] bash-completion: fix upstream version check Alexander Kanavin
@ 2016-06-09 9:42 ` Alexander Kanavin
2016-06-09 10:15 ` [PATCH 1/2] bash-completion: fix upstream version check Burton, Ross
1 sibling, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2016-06-09 9:42 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-devtools/python/python3-pygobject_3.18.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
index 4ddae81..03c6c76 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb
@@ -3,7 +3,7 @@ SECTION = "devel/python"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
-inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection
+inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
DEPENDS += "python3 glib-2.0"
--
2.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] bash-completion: fix upstream version check
2016-06-09 9:42 [PATCH 1/2] bash-completion: fix upstream version check Alexander Kanavin
2016-06-09 9:42 ` [PATCH 2/2] python3-pygobject: only check for even upstream versions Alexander Kanavin
@ 2016-06-09 10:15 ` Burton, Ross
2016-06-09 10:19 ` Alexander Kanavin
1 sibling, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2016-06-09 10:15 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 629 bytes --]
On 9 June 2016 at 10:42, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:
> @@ -12,6 +12,7 @@ SRC_URI="
> http://bash-completion.alioth.debian.org/files/${BPN}-${PV}.tar.bz2"
> SRC_URI[md5sum] = "4e2a9f11a4042a38ee79ddcd048e8b9e"
> SRC_URI[sha256sum] =
> "2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f"
> UPSTREAM_CHECK_REGEX = "bash-completion-(?P<pver>(?!2008).+)\.tar"
> +UPSTREAM_CHECK_URI = "https://github.com/scop/bash-completion/releases"
>
If canonical upstream is github, should we change the SRC_URI to download
the releases from there too instead of Debian?
Ross
[-- Attachment #2: Type: text/html, Size: 1313 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-06-09 10:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 9:42 [PATCH 1/2] bash-completion: fix upstream version check Alexander Kanavin
2016-06-09 9:42 ` [PATCH 2/2] python3-pygobject: only check for even upstream versions Alexander Kanavin
2016-06-09 10:15 ` [PATCH 1/2] bash-completion: fix upstream version check Burton, Ross
2016-06-09 10:19 ` Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox