* [krogoth][PATCH 01/12] apmd: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 02/12] ossp-uuid: " Maxin B. John
` (11 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org
instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream
release checking continues to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
index 4ff6ad0..1cd1d5c 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://apm.h;beginline=6;endline=18;md5=7d4acc1250910a89f84ce3cc6557c4c2"
DEPENDS = "libtool-cross"
-SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/a/${BPN}/${PN}_3.2.2.orig.tar.gz;name=tarball \
file://legacy.patch \
file://libtool.patch \
file://unlinux.patch \
@@ -26,6 +26,7 @@ SRC_URI[tarball.sha256sum] = "7f7d9f60b7766b852881d40b8ff91d8e39fccb0d1d913102a5
# for this package we're mostly interested in tracking debian patches,
# and not in the upstream version where all development has effectively stopped
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/apmd/"
UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
S = "${WORKDIR}/apmd-3.2.2.orig"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 02/12] ossp-uuid: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 01/12] apmd: use snapshot.debian.org for SRC_URI Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 03/12] serf: " Maxin B. John
` (10 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
index 08926ba..85a1bcf 100644
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
@@ -16,8 +16,9 @@ LIC_FILES_CHKSUM = "file://README;beginline=30;endline=55;md5=b394fadb039bbfca6a
file://uuid_md5.c;beginline=1;endline=28;md5=9c1f4b2218546deae24c91be1dcf00dd"
PR = "r2"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/o/ossp-uuid/"
-SRC_URI = "${DEBIAN_MIRROR}/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/o/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://0001-Change-library-name.patch \
file://0002-uuid-preserve-m-option-status-in-v-option-handling.patch \
file://0003-Fix-whatis-entries.patch \
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 03/12] serf: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 01/12] apmd: use snapshot.debian.org for SRC_URI Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 02/12] ossp-uuid: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 04/12] netbase: " Maxin B. John
` (9 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-support/serf/serf_1.3.8.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.8.bb
index b5059d5..c498d90 100644
--- a/meta/recipes-support/serf/serf_1.3.8.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,11 +1,13 @@
SUMMARY = "High-Performance Asynchronous HTTP Client Library"
-SRC_URI = "${DEBIAN_MIRROR}/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://norpath.patch \
file://env.patch"
SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93"
SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/"
+
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 04/12] netbase: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (2 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 03/12] serf: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 05/12] docbook-xml-dtd4: " Maxin B. John
` (8 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-core/netbase/netbase_5.3.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/netbase/netbase_5.3.bb b/meta/recipes-core/netbase/netbase_5.3.bb
index ccd89ff..543596a 100644
--- a/meta/recipes-core/netbase/netbase_5.3.bb
+++ b/meta/recipes-core/netbase/netbase_5.3.bb
@@ -6,13 +6,14 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
PE = "1"
-SRC_URI = "${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.xz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/n/${BPN}/${BPN}_${PV}.tar.xz \
file://netbase-add-rpcbind-as-an-alias-to-sunrpc.patch \
file://hosts"
SRC_URI[md5sum] = "2637a27fd3de02a278d2b5be7e6558c1"
SRC_URI[sha256sum] = "81f6c69795044d62b8ad959cf9daf049d0545fd466c52860ad3f933b1e97b88b"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/n/netbase/"
do_install () {
install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}/hosts
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 05/12] docbook-xml-dtd4: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (3 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 04/12] netbase: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 06/12] linuxdoc-tools: " Maxin B. John
` (7 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
index de1bc39..2f13dba 100644
--- a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
+++ b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-OASIS;md5=c608985dd5f7f215e669e763
# Note: the upstream sources are not distributed with a license file.
# LICENSE-OASIS is included as a "patch" to workaround this. When
# upgrading this recipe, please verify whether this is still needed.
-SRC_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \
file://LICENSE-OASIS \
file://docbook-xml-update-catalog.xml.patch \
file://docbook-xml.xml \
@@ -20,6 +20,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/docbook-xml_${PV}.orig.tar.gz \
SRC_URI[md5sum] = "487b4d44e15cffb1f4048af23f98208e"
SRC_URI[sha256sum] = "b0f8edcf697f5318e63dd98c9a931f3fee167af0805ba441db372e0f17b2a44f"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/docbook-xml/"
+
S="${WORKDIR}/docbook-xml-4.5.c31424"
inherit allarch
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 06/12] linuxdoc-tools: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (4 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 05/12] docbook-xml-dtd4: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 07/12] blktool: " Maxin B. John
` (6 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian. So, move all of SRC_URI
to the .bb so it can use snapshot.debian.org instead, and set
UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues
to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
index a8a90fc..a5deb2e 100644
--- a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
+++ b/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=077ef64ec3ac257fb0d786531cf26931"
DEPENDS = "groff-native openjade-native"
-SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/l/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://disable_sgml2rtf.patch \
file://disable_txt_doc.patch \
file://disable_tex_doc.patch \
@@ -14,6 +14,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/linuxdoc-tools_${PV}.orig.tar.
SRC_URI[md5sum] = "1d13d500918a7a145b0edc2f16f61dd1"
SRC_URI[sha256sum] = "7103facee18a2ea97186ca459d743d22f7f89ad4b5cd1dfd1c34f83d6bfd4101"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/l/linuxdoc-tools/"
inherit autotools-brokensep native
do_configure () {
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 07/12] blktool: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (5 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 06/12] linuxdoc-tools: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 08/12] libaio: " Maxin B. John
` (5 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org
instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream
release checking continues to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-extended/blktool/blktool_4-7.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/blktool/blktool_4-7.bb b/meta/recipes-extended/blktool/blktool_4-7.bb
index d6250a9..4551c32 100644
--- a/meta/recipes-extended/blktool/blktool_4-7.bb
+++ b/meta/recipes-extended/blktool/blktool_4-7.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
DEPENDS = "glib-2.0"
-SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/b/${BPN}/${BPN}_4.orig.tar.gz;name=tarball \
file://0001-fix-typos-in-manpage.patch \
file://0002-fix-string-error.patch \
file://0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch \
@@ -20,6 +20,7 @@ SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e0680
# for this package we're mostly interested in tracking debian patches,
# and not in the upstream version where all development has effectively stopped
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/b/blktool/"
UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
S = "${WORKDIR}/${BPN}-4.orig"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 08/12] libaio: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (6 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 07/12] blktool: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 09/12] mailx: " Maxin B. John
` (4 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org
instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream
release checking continues to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-extended/libaio/libaio_0.3.110.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/libaio/libaio_0.3.110.bb b/meta/recipes-extended/libaio/libaio_0.3.110.bb
index 2adfa0a..75975d4 100644
--- a/meta/recipes-extended/libaio/libaio_0.3.110.bb
+++ b/meta/recipes-extended/libaio/libaio_0.3.110.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://lse.sourceforge.net/io/aio.html"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
-SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/liba/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://generic-arch-dectection-for-padding-defines.patch \
file://00_arches.patch \
file://destdir.patch \
@@ -17,6 +17,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \
SRC_URI[md5sum] = "2a35602e43778383e2f4907a4ca39ab8"
SRC_URI[sha256sum] = "e019028e631725729376250e32b473012f7cb68e1f7275bfc1bbcdd0f8745f7e"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/liba/libaio/"
+
EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
do_install () {
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 09/12] mailx: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (7 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 08/12] libaio: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 10/12] dpkg: " Maxin B. John
` (3 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org
instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream
release checking continues to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-extended/mailx/mailx_12.5-5.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/mailx/mailx_12.5-5.bb b/meta/recipes-extended/mailx/mailx_12.5-5.bb
index 4a32d2f..9dd710a 100644
--- a/meta/recipes-extended/mailx/mailx_12.5-5.bb
+++ b/meta/recipes-extended/mailx/mailx_12.5-5.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4202a0a62910cf94f7af8a3436a2a2dd"
DEPENDS = "openssl"
-SRC_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.gz;name=archive \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/h/heirloom-mailx/heirloom-mailx_12.5.orig.tar.gz;name=archive \
file://0001-Don-t-reuse-weak-symbol-optopt-to-fix-FTBFS-on-mips.patch \
file://0002-Patched-out-SSL2-support-since-it-is-no-longer-suppo.patch \
file://0003-Fixed-Lintian-warning-warning-macro-N-not-defined.patch \
@@ -28,6 +28,7 @@ SRC_URI[archive.sha256sum] = "015ba4209135867f37a0245d22235a392b8bbed956913286b8
# for this package we're mostly interested in tracking debian patches,
# and not in the upstream version where all development has effectively stopped
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/h/heirloom-mailx/"
UPSTREAM_CHECK_REGEX = "(?P<pver>((\d+\.*)+)-((\d+\.*)+))\.(diff|debian\.tar)\.(gz|xz)"
S = "${WORKDIR}/heirloom-mailx-12.5"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 10/12] dpkg: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (8 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 09/12] mailx: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:04 ` [krogoth][PATCH 11/12] at: " Maxin B. John
` (2 subsequent siblings)
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
From: Tim Orling <timothy.t.orling@linux.intel.com>
From Ross Burton (commit 1d39e4c145925e4517dc7fbb6f83767e883bb3c6)
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian, so currently doesn't
contain 1.18.4 as unstable has moved on to 1.18.9.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead,
and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking
continues to work.
[YOCTO #10005]
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-devtools/dpkg/dpkg.inc | 4 ++--
meta/recipes-devtools/dpkg/dpkg_1.18.4.bb | 5 +++--
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 3d9e7e3..440a500 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -2,8 +2,6 @@ SUMMARY = "Package maintenance system from Debian"
LICENSE = "GPLv2.0+"
SECTION = "base"
-SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.xz"
-
SRC_URI_append_class-native = " file://0001-When-running-do_package_write_deb-we-have-trees-of-h.patch"
DEPENDS = "zlib bzip2 perl ncurses"
@@ -11,6 +9,8 @@ DEPENDS_class-native = "bzip2-replacement-native zlib-native virtual/update-alte
RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz run-postinsts perl"
RDEPENDS_${PN}_class-native = "xz-native"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/dpkg/"
+
inherit autotools gettext perlnative pkgconfig systemd
python () {
diff --git a/meta/recipes-devtools/dpkg/dpkg_1.18.4.bb b/meta/recipes-devtools/dpkg/dpkg_1.18.4.bb
index 7876944..5eb42de 100644
--- a/meta/recipes-devtools/dpkg/dpkg_1.18.4.bb
+++ b/meta/recipes-devtools/dpkg/dpkg_1.18.4.bb
@@ -1,8 +1,8 @@
require dpkg.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-SRC_URI_append_class-native =" file://glibc2.5-sync_file_range.patch "
-SRC_URI += "file://noman.patch \
+SRC_URI += "http://snapshot.debian.org/archive/debian/20160509T100042Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz \
+ file://noman.patch \
file://remove-tar-no-timestamp.patch \
file://fix-abs-redefine.patch \
file://arch_pm.patch \
@@ -14,6 +14,7 @@ SRC_URI += "file://noman.patch \
file://0005-dpkg-compiler.m4-remove-Wvla.patch \
file://0006-add-musleabi-to-known-target-tripets.patch \
"
+SRC_URI_append_class-native =" file://glibc2.5-sync_file_range.patch "
SRC_URI[md5sum] = "e95b513c89693f6ec3ab53b6b1c3defd"
SRC_URI[sha256sum] = "fe89243868888ce715bf45861f26264f767d4e4dbd0d6f1a26ce60bbbbf106da"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* [krogoth][PATCH 11/12] at: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (9 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 10/12] dpkg: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 15:40 ` akuster808
2016-07-28 14:04 ` [krogoth][PATCH 12/12] libproxy: " Maxin B. John
2016-07-28 14:38 ` [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Burton, Ross
12 siblings, 1 reply; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
From: Tim Orling <timothy.t.orling@linux.intel.com>
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will only
contain releases that are currently in Debian, so currently doesn't contain
3.1.18 as unstable has moved on to 3.1.20.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead,
and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking
continues to work.
[YOCTO #10005]
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-extended/at/at_3.1.18.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb
index 93044f5..f533f3c 100644
--- a/meta/recipes-extended/at/at_3.1.18.bb
+++ b/meta/recipes-extended/at/at_3.1.18.bb
@@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
RCONFLICTS_${PN} = "atd"
RREPLACES_${PN} = "atd"
-SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
+SRC_URI += "http://snapshot.debian.org/archive/debian/20160509T100042Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz;subdir=${BP} \
file://fix_parallel_build_error.patch \
file://posixtm.c \
file://posixtm.h \
@@ -28,6 +28,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
file://configure-fix-with-without-selinux.patch \
"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
+
PAM_SRC_URI = "file://pam.conf.patch \
file://configure-add-enable-pam.patch"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* Re: [krogoth][PATCH 11/12] at: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 ` [krogoth][PATCH 11/12] at: " Maxin B. John
@ 2016-07-28 15:40 ` akuster808
0 siblings, 0 replies; 17+ messages in thread
From: akuster808 @ 2016-07-28 15:40 UTC (permalink / raw)
To: Maxin B. John, openembedded-core
Maxim,
On 07/28/2016 07:04 AM, Maxin B. John wrote:
> From: Tim Orling <timothy.t.orling@linux.intel.com>
>
> Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will only
> contain releases that are currently in Debian, so currently doesn't contain
> 3.1.18 as unstable has moved on to 3.1.20.
>
> So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead,
> and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking
> continues to work.
>
> [YOCTO #10005]
>
> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
> Signed-off-by: Maxin B. John <maxin.john@intel.com>
I pulled this version in from another request.
-armin
> ---
> meta/recipes-extended/at/at_3.1.18.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb
> index 93044f5..f533f3c 100644
> --- a/meta/recipes-extended/at/at_3.1.18.bb
> +++ b/meta/recipes-extended/at/at_3.1.18.bb
> @@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
> RCONFLICTS_${PN} = "atd"
> RREPLACES_${PN} = "atd"
>
> -SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
> +SRC_URI += "http://snapshot.debian.org/archive/debian/20160509T100042Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz;subdir=${BP} \
> file://fix_parallel_build_error.patch \
> file://posixtm.c \
> file://posixtm.h \
> @@ -28,6 +28,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
> file://configure-fix-with-without-selinux.patch \
> "
>
> +UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
> +
> PAM_SRC_URI = "file://pam.conf.patch \
> file://configure-add-enable-pam.patch"
>
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* [krogoth][PATCH 12/12] libproxy: use snapshot.debian.org for SRC_URI
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (10 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 11/12] at: " Maxin B. John
@ 2016-07-28 14:04 ` Maxin B. John
2016-07-28 14:38 ` [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Burton, Ross
12 siblings, 0 replies; 17+ messages in thread
From: Maxin B. John @ 2016-07-28 14:04 UTC (permalink / raw)
To: openembedded-core
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will
only contain releases that are currently in Debian.
So, move all of SRC_URI to the .bb so it can use snapshot.debian.org
instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream
release checking continues to work.
[YOCTO #10040]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
meta/recipes-support/libproxy/libproxy_0.4.11.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb
index 8cc90bb..9c99d6a 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.11.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.11.bb
@@ -8,13 +8,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
DEPENDS = "glib-2.0"
-SRC_URI = "${DEBIAN_MIRROR}/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/libp/${BPN}/${BPN}_${PV}.orig.tar.gz \
file://0001-test-Include-sys-select.h-for-select.patch \
"
SRC_URI[md5sum] = "3cd1ae2a4abecf44b3f24d6639d2cd84"
SRC_URI[sha256sum] = "dc3f33de54163718f82b3e7c496a7de97f8862578414b8ecaad3cbfe4821864b"
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/libp/libproxy/"
+
inherit cmake pkgconfig
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gnome', '', d)} gnome3"
--
2.4.0
^ permalink raw reply related [flat|nested] 17+ messages in thread* Re: [krogoth] [PATCH 00/12] fix checkuri failures for krogoth
2016-07-28 14:04 [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Maxin B. John
` (11 preceding siblings ...)
2016-07-28 14:04 ` [krogoth][PATCH 12/12] libproxy: " Maxin B. John
@ 2016-07-28 14:38 ` Burton, Ross
2016-07-28 14:52 ` John, Maxin
2016-07-28 15:07 ` [krogoth] Backport Request: pulseaudio: Disable unit tests Davis, Michael
12 siblings, 2 replies; 17+ messages in thread
From: Burton, Ross @ 2016-07-28 14:38 UTC (permalink / raw)
To: Maxin B. John; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 623 bytes --]
On 28 July 2016 at 15:04, Maxin B. John <maxin.john@intel.com> wrote:
> Recipes that use DEBIAN_MIRROR in SRC_URI are setting themselves up for
> failure
> as the Debian mirror network only stores active releases, so once a
> version we
> use isn't in oldstable/stable/testing/unstable then it will be removed.
>
> The solution here is to use the snapshot.debian.org service for the
> SRC_URI,
> and set UPSTREAM_CHECK_URI to the relevant pool directory on
> DEBIAN_MIRRORS.
> This way we get a stable SRC_URI but still have new upstream release
> checking.
>
Will these all apply to master too?
Ross
[-- Attachment #2: Type: text/html, Size: 1106 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: [krogoth] [PATCH 00/12] fix checkuri failures for krogoth
2016-07-28 14:38 ` [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Burton, Ross
@ 2016-07-28 14:52 ` John, Maxin
2016-07-28 15:07 ` [krogoth] Backport Request: pulseaudio: Disable unit tests Davis, Michael
1 sibling, 0 replies; 17+ messages in thread
From: John, Maxin @ 2016-07-28 14:52 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]
Hi Ross,
9 out of those 12 patches applies to master. I have pushed those here:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=maxin/10040
Will update and push the other patches soon.
Best regards,
Maxin
From: Burton, Ross [mailto:ross.burton@intel.com]
Sent: Thursday, July 28, 2016 5:39 PM
To: John, Maxin <maxin.john@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [krogoth] [PATCH 00/12] fix checkuri failures for krogoth
On 28 July 2016 at 15:04, Maxin B. John <maxin.john@intel.com<mailto:maxin.john@intel.com>> wrote:
Recipes that use DEBIAN_MIRROR in SRC_URI are setting themselves up for failure
as the Debian mirror network only stores active releases, so once a version we
use isn't in oldstable/stable/testing/unstable then it will be removed.
The solution here is to use the snapshot.debian.org<http://snapshot.debian.org> service for the SRC_URI,
and set UPSTREAM_CHECK_URI to the relevant pool directory on DEBIAN_MIRRORS.
This way we get a stable SRC_URI but still have new upstream release checking.
Will these all apply to master too?
Ross
[-- Attachment #2: Type: text/html, Size: 4567 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* [krogoth] Backport Request: pulseaudio: Disable unit tests
2016-07-28 14:38 ` [krogoth] [PATCH 00/12] fix checkuri failures for krogoth Burton, Ross
2016-07-28 14:52 ` John, Maxin
@ 2016-07-28 15:07 ` Davis, Michael
1 sibling, 0 replies; 17+ messages in thread
From: Davis, Michael @ 2016-07-28 15:07 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 127 bytes --]
Can I please get master commit 92cfdb2ba7e04e2b70986c6569f500dd2a48b5d1 backported to krogoth?
Thanks,
Mike
[-- Attachment #2: Type: text/html, Size: 1429 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread