* [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-07 9:26 ` Robert Yang
2015-08-07 11:01 ` Richard Purdie
2015-08-03 16:29 ` [PATCH 2/7] distcc: update SRC_URI to not use Google Code Alexander Kanavin
` (5 subsequent siblings)
6 siblings, 2 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
GitHub is where upstream development is happening, so we are more likely
to find out about new releases from there
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
index 48dcc02..e92e862 100644
--- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb
+++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
@@ -10,13 +10,11 @@ SECTION = "x11/apps"
PR = "r4"
-SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \
+SRCREV = "06d5a4142c599604d9a9fd64727b6945eb8cd3da"
+SRC_URI = "git://github.com/enricoros/fotowall.git \
file://ExportWizard-depends-on-ui_wizard.patch \
"
-SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438"
-SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d"
-
S = "${WORKDIR}/Fotowall-${PV}"
inherit qt4x11
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org
2015-08-03 16:29 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
@ 2015-08-07 9:26 ` Robert Yang
2015-08-07 11:01 ` Richard Purdie
1 sibling, 0 replies; 18+ messages in thread
From: Robert Yang @ 2015-08-07 9:26 UTC (permalink / raw)
To: Alexander Kanavin, openembedded-core
Also fotowall:
https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/430/steps/BuildImages/logs/stdio
// Robert
On 08/04/2015 12:29 AM, Alexander Kanavin wrote:
> GitHub is where upstream development is happening, so we are more likely
> to find out about new releases from there
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
> index 48dcc02..e92e862 100644
> --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb
> +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb
> @@ -10,13 +10,11 @@ SECTION = "x11/apps"
>
> PR = "r4"
>
> -SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \
> +SRCREV = "06d5a4142c599604d9a9fd64727b6945eb8cd3da"
> +SRC_URI = "git://github.com/enricoros/fotowall.git \
> file://ExportWizard-depends-on-ui_wizard.patch \
> "
>
> -SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438"
> -SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d"
> -
> S = "${WORKDIR}/Fotowall-${PV}"
>
> inherit qt4x11
>
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org
2015-08-03 16:29 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
2015-08-07 9:26 ` Robert Yang
@ 2015-08-07 11:01 ` Richard Purdie
2015-08-07 12:27 ` Alexander Kanavin
1 sibling, 1 reply; 18+ messages in thread
From: Richard Purdie @ 2015-08-07 11:01 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
On Mon, 2015-08-03 at 19:29 +0300, Alexander Kanavin wrote:
> GitHub is where upstream development is happening, so we are more likely
> to find out about new releases from there
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Also fails on patch application:
https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/83/steps/BuildImages/logs/stdio
so are these really the same version?
Cheers,
Richard
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org
2015-08-07 11:01 ` Richard Purdie
@ 2015-08-07 12:27 ` Alexander Kanavin
0 siblings, 0 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-07 12:27 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
On 08/07/2015 02:01 PM, Richard Purdie wrote:
>> GitHub is where upstream development is happening, so we are more likely
>> to find out about new releases from there
>>
>> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>> ---
>> meta/recipes-qt/qt-apps/fotowall_0.9.bb | 6 ++----
>> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> Also fails on patch application:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/83/steps/BuildImages/logs/stdio
>
> so are these really the same version?
Apologies, I was pretty sure that I tested that all of the things in the
original 26-patch set build, but seems like some were forgotten, or
tested, then updated to fix something, then not re-tested again. I'll
send an updated patchset.
Alex
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 2/7] distcc: update SRC_URI to not use Google Code
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
2015-08-03 16:29 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-07 9:25 ` Robert Yang
2015-08-07 11:00 ` Richard Purdie
2015-08-03 16:29 ` [PATCH 3/7] gptfdisk: update to 1.0.0 Alexander Kanavin
` (4 subsequent siblings)
6 siblings, 2 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
Google Code is shutting down soon and distcc has moved to github.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
index e4b9313..8ea3cac 100644
--- a/meta/recipes-devtools/distcc/distcc_3.1.bb
+++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
@@ -17,16 +17,14 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
RRECOMMENDS_${PN} = "avahi-daemon"
-SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
+SRC_URI = "git://github.com/distcc/distcc.git \
file://separatebuilddir.patch \
file://0001-zeroconf-Include-fcntl.h.patch \
file://default \
file://distccmon-gnome.desktop \
file://distcc \
file://distcc.service"
-
-SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
-SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
+SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
inherit autotools pkgconfig update-rc.d useradd systemd
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 2/7] distcc: update SRC_URI to not use Google Code
2015-08-03 16:29 ` [PATCH 2/7] distcc: update SRC_URI to not use Google Code Alexander Kanavin
@ 2015-08-07 9:25 ` Robert Yang
2015-08-07 9:40 ` Khem Raj
2015-08-07 11:00 ` Richard Purdie
1 sibling, 1 reply; 18+ messages in thread
From: Robert Yang @ 2015-08-07 9:25 UTC (permalink / raw)
To: Alexander Kanavin, openembedded-core
Hi Alexander,
I think that one or more autobuilder failures related to this patch:
https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/430/steps/BuildImages/logs/stdio
// Robert
On 08/04/2015 12:29 AM, Alexander Kanavin wrote:
> Google Code is shutting down soon and distcc has moved to github.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
> index e4b9313..8ea3cac 100644
> --- a/meta/recipes-devtools/distcc/distcc_3.1.bb
> +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
> @@ -17,16 +17,14 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
>
> RRECOMMENDS_${PN} = "avahi-daemon"
>
> -SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
> +SRC_URI = "git://github.com/distcc/distcc.git \
> file://separatebuilddir.patch \
> file://0001-zeroconf-Include-fcntl.h.patch \
> file://default \
> file://distccmon-gnome.desktop \
> file://distcc \
> file://distcc.service"
> -
> -SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
> -SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
> +SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
>
> inherit autotools pkgconfig update-rc.d useradd systemd
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [PATCH 2/7] distcc: update SRC_URI to not use Google Code
2015-08-07 9:25 ` Robert Yang
@ 2015-08-07 9:40 ` Khem Raj
0 siblings, 0 replies; 18+ messages in thread
From: Khem Raj @ 2015-08-07 9:40 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
On Fri, Aug 7, 2015 at 2:25 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
> Hi Alexander,
>
> I think that one or more autobuilder failures related to this patch:
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/430/steps/BuildImages/logs/stdio
>
so it seems it was not tested to even see if patches apply ?
> // Robert
>
>
> On 08/04/2015 12:29 AM, Alexander Kanavin wrote:
>>
>> Google Code is shutting down soon and distcc has moved to github.
>>
>> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>> ---
>> meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++----
>> 1 file changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb
>> b/meta/recipes-devtools/distcc/distcc_3.1.bb
>> index e4b9313..8ea3cac 100644
>> --- a/meta/recipes-devtools/distcc/distcc_3.1.bb
>> +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
>> @@ -17,16 +17,14 @@ PACKAGECONFIG[popt] =
>> "--without-included-popt,--with-included-popt,popt"
>>
>> RRECOMMENDS_${PN} = "avahi-daemon"
>>
>> -SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
>> +SRC_URI = "git://github.com/distcc/distcc.git \
>> file://separatebuilddir.patch \
>> file://0001-zeroconf-Include-fcntl.h.patch \
>> file://default \
>> file://distccmon-gnome.desktop \
>> file://distcc \
>> file://distcc.service"
>> -
>> -SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
>> -SRC_URI[sha256sum] =
>> "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
>> +SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
>>
>> inherit autotools pkgconfig update-rc.d useradd systemd
>>
>>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 2/7] distcc: update SRC_URI to not use Google Code
2015-08-03 16:29 ` [PATCH 2/7] distcc: update SRC_URI to not use Google Code Alexander Kanavin
2015-08-07 9:25 ` Robert Yang
@ 2015-08-07 11:00 ` Richard Purdie
1 sibling, 0 replies; 18+ messages in thread
From: Richard Purdie @ 2015-08-07 11:00 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
On Mon, 2015-08-03 at 19:29 +0300, Alexander Kanavin wrote:
> Google Code is shutting down soon and distcc has moved to github.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-devtools/distcc/distcc_3.1.bb | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb
> index e4b9313..8ea3cac 100644
> --- a/meta/recipes-devtools/distcc/distcc_3.1.bb
> +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb
> @@ -17,16 +17,14 @@ PACKAGECONFIG[popt] = "--without-included-popt,--with-included-popt,popt"
>
> RRECOMMENDS_${PN} = "avahi-daemon"
>
> -SRC_URI = "http://distcc.googlecode.com/files/${BPN}-${PV}.tar.bz2 \
> +SRC_URI = "git://github.com/distcc/distcc.git \
> file://separatebuilddir.patch \
> file://0001-zeroconf-Include-fcntl.h.patch \
> file://default \
> file://distccmon-gnome.desktop \
> file://distcc \
> file://distcc.service"
> -
> -SRC_URI[md5sum] = "a1a9d3853df7133669fffec2a9aab9f3"
> -SRC_URI[sha256sum] = "f55dbafd76bed3ce57e1bbcdab1329227808890d90f4c724fcd2d53f934ddd89"
> +SRCREV = "9a172d3d20042754a30c0cd9a5d63fd1a8120c31"
Patch application fails in:
https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/418/steps/BuildImages_1/logs/stdio
which makes me wonder how identical these versions really are?
Cheers,
Richard
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 3/7] gptfdisk: update to 1.0.0
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
2015-08-03 16:29 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
2015-08-03 16:29 ` [PATCH 2/7] distcc: update SRC_URI to not use Google Code Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-03 16:29 ` [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check Alexander Kanavin
` (3 subsequent siblings)
6 siblings, 0 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
Also, use tarballs instead of git for fetching source code.
git repository does not have version tags, so upstream version check
cannot be performed.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
.../recipes-devtools/fdisk/{gptfdisk_git.bb => gptfdisk_1.0.0.bb} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
rename meta/recipes-devtools/fdisk/{gptfdisk_git.bb => gptfdisk_1.0.0.bb} (75%)
diff --git a/meta/recipes-devtools/fdisk/gptfdisk_git.bb b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
similarity index 75%
rename from meta/recipes-devtools/fdisk/gptfdisk_git.bb
rename to meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
index 477c1d9..f4b0e32 100644
--- a/meta/recipes-devtools/fdisk/gptfdisk_git.bb
+++ b/meta/recipes-devtools/fdisk/gptfdisk_1.0.0.bb
@@ -5,11 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "util-linux popt ncurses"
-PV = "0.8.10+git${SRCPV}"
-SRCREV = "a920398fa393f9d6301b32b191bc01e086ab8bc8"
-SRC_URI = "git://git.code.sf.net/p/gptfdisk/code"
-
-S = "${WORKDIR}/git"
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${PV}/${BP}.tar.gz"
+SRC_URI[md5sum] = "2061f917af084215898d4fea04d8388f"
+SRC_URI[sha256sum] = "5b66956743a799fc0471cdb032665c1391e82f9c5b3f1d7d726d29fe2ba01d6c"
do_install() {
install -d ${D}${sbindir}
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
` (2 preceding siblings ...)
2015-08-03 16:29 ` [PATCH 3/7] gptfdisk: update to 1.0.0 Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-03 16:29 ` [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo Alexander Kanavin
` (2 subsequent siblings)
6 siblings, 0 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
The source tarball should be listed first.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-kernel/oprofile/oprofile.inc | 3 ++-
meta/recipes-kernel/oprofile/oprofile_1.0.0.bb | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc
index 49e6b16..6b393bc 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -18,7 +18,8 @@ FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*${SOLIBS} ${datadir}/${BPN}"
FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} ${libdir}/${BPN}/lib*.la"
FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
-SRC_URI = "file://filemode-fix.patch \
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \
+ file://filemode-fix.patch \
file://acinclude.m4 \
file://automake-foreign.patch \
file://oprofile-cross-compile-tests.patch \
diff --git a/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
index f4a34b3..b44b5c5 100644
--- a/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_1.0.0.bb
@@ -3,8 +3,6 @@ require oprofile.inc
DEPENDS += "virtual/kernel"
DEPENDS_append_powerpc64 = " libpfm4"
-SRC_URI += "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
-
SRC_URI[md5sum] = "ba0b340e5c421a93959776c836ed35b3"
SRC_URI[sha256sum] = "847110b4ecdcf8c8353cd38f94c1b704aad4bfcd9453e38b88d112cfb7e3c45a"
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
` (3 preceding siblings ...)
2015-08-03 16:29 ` [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-07 11:33 ` Richard Purdie
2015-08-03 16:29 ` [PATCH 6/7] stress: update checksums to match upstream tarball Alexander Kanavin
2015-08-03 16:29 ` [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings Alexander Kanavin
6 siblings, 1 reply; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
The previous upstream is no longer available.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
index 4ad2538..e649270 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
@@ -13,7 +13,7 @@ SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f"
PR = "${INC_PR}.7"
PV = "0.1.1+gitr${SRCPV}"
-SRC_URI = "git://git.pingu.fi/xf86-video-omapfb;protocol=http \
+SRC_URI = "git://anonscm.debian.org/collab-maint/xf86-video-omapfb.git \
file://0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch \
file://0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch \
file://0003-force-plain-mode.patch \
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo
2015-08-03 16:29 ` [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo Alexander Kanavin
@ 2015-08-07 11:33 ` Richard Purdie
0 siblings, 0 replies; 18+ messages in thread
From: Richard Purdie @ 2015-08-07 11:33 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
On Mon, 2015-08-03 at 19:29 +0300, Alexander Kanavin wrote:
> The previous upstream is no longer available.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
> index 4ad2538..e649270 100644
> --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
> +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb
> @@ -13,7 +13,7 @@ SRCREV = "28c006c94e57ea71df11ec4fff79d7ffcfc4860f"
> PR = "${INC_PR}.7"
> PV = "0.1.1+gitr${SRCPV}"
>
> -SRC_URI = "git://git.pingu.fi/xf86-video-omapfb;protocol=http \
> +SRC_URI = "git://anonscm.debian.org/collab-maint/xf86-video-omapfb.git \
> file://0001-Revert-Set-a-large-CRTC-upper-limit-to-not-prune-lar.patch \
> file://0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch \
> file://0003-force-plain-mode.patch \
This still doesn't work on the autobuilder:
https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/418/steps/BuildImages/logs/stdio
Cheers,
Richard
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 6/7] stress: update checksums to match upstream tarball
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
` (4 preceding siblings ...)
2015-08-03 16:29 ` [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
2015-08-03 16:58 ` Martin Jansa
2015-08-03 16:29 ` [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings Alexander Kanavin
6 siblings, 1 reply; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
COPYING checksum has changed because the previous upstream tarball
(taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2.
Otherwise the tarballs are identical
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/recipes-extended/stress/stress_1.0.4.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
index df96fc0..00d9940 100644
--- a/meta/recipes-extended/stress/stress_1.0.4.bb
+++ b/meta/recipes-extended/stress/stress_1.0.4.bb
@@ -2,13 +2,13 @@ DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
file://texinfo.patch \
"
-SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"
-SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0"
+SRC_URI[md5sum] = "890a4236dd1656792f3ef9a190cf99ef"
+SRC_URI[sha256sum] = "057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b"
inherit autotools
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread* Re: [PATCH 6/7] stress: update checksums to match upstream tarball
2015-08-03 16:29 ` [PATCH 6/7] stress: update checksums to match upstream tarball Alexander Kanavin
@ 2015-08-03 16:58 ` Martin Jansa
2015-08-03 17:11 ` Alexander Kanavin
0 siblings, 1 reply; 18+ messages in thread
From: Martin Jansa @ 2015-08-03 16:58 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2036 bytes --]
On Mon, Aug 03, 2015 at 07:29:53PM +0300, Alexander Kanavin wrote:
> COPYING checksum has changed because the previous upstream tarball
> (taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2.
> Otherwise the tarballs are identical
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> meta/recipes-extended/stress/stress_1.0.4.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb
> index df96fc0..00d9940 100644
> --- a/meta/recipes-extended/stress/stress_1.0.4.bb
> +++ b/meta/recipes-extended/stress/stress_1.0.4.bb
> @@ -2,13 +2,13 @@ DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
> imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
> HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
> LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
Did you forget to update this? Commit message says something about
Fedora tarball...
Please also use $"{BPN}/${BP}" instead of "stress/stress-${PV}"
> file://texinfo.patch \
> "
>
> -SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"
> -SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0"
> +SRC_URI[md5sum] = "890a4236dd1656792f3ef9a190cf99ef"
> +SRC_URI[sha256sum] = "057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b"
>
> inherit autotools
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings
2015-08-03 16:29 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
` (5 preceding siblings ...)
2015-08-03 16:29 ` [PATCH 6/7] stress: update checksums to match upstream tarball Alexander Kanavin
@ 2015-08-03 16:29 ` Alexander Kanavin
6 siblings, 0 replies; 18+ messages in thread
From: Alexander Kanavin @ 2015-08-03 16:29 UTC (permalink / raw)
To: openembedded-core
Previously only numeric characters were matches and anything else was
discarded, so 4.0-rc3, 2005e, 1.0.2a and similar versions got truncated.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
meta/lib/oe/recipeutils.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oe/recipeutils.py b/meta/lib/oe/recipeutils.py
index 9d45b42..cd74213 100644
--- a/meta/lib/oe/recipeutils.py
+++ b/meta/lib/oe/recipeutils.py
@@ -638,7 +638,7 @@ def get_recipe_pv_without_srcpv(pv, uri_type):
sfx = ''
if uri_type == 'git':
- git_regex = re.compile("(?P<pfx>(v|))(?P<ver>((\d+[\.\-_]*)+))(?P<sfx>(\+|)(git|)(r|)(AUTOINC|)(\+|))(?P<rev>.*)")
+ git_regex = re.compile("(?P<pfx>v?)(?P<ver>[^\+]*)((?P<sfx>\+(git)?r?(AUTOINC\+))(?P<rev>.*))?")
m = git_regex.match(pv)
if m:
@@ -646,7 +646,7 @@ def get_recipe_pv_without_srcpv(pv, uri_type):
pfx = m.group('pfx')
sfx = m.group('sfx')
else:
- regex = re.compile("(?P<pfx>(v|r|))(?P<ver>((\d+[\.\-_]*)+))")
+ regex = re.compile("(?P<pfx>(v|r)?)(?P<ver>.*)")
m = regex.match(pv)
if m:
pv = m.group('ver')
--
2.1.4
^ permalink raw reply related [flat|nested] 18+ messages in thread