* [meta-qt5][dylan] Problem with fetching qt5 sources
[not found] <CAAfyv35Cig9wH7tYx2b72_groQeqLeWO8jZdRrGmn+ZBonFaFg@mail.gmail.com>
@ 2013-08-15 12:09 ` Belisko Marek
2013-08-15 14:52 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Belisko Marek @ 2013-08-15 12:09 UTC (permalink / raw)
To: openembedded-devel
Hi,
I'm using meta-qt5 (dylan branch) but fetching qt5.0.2 sources failed.
Fix follows:
diff --git a/recipes-qt/qt5/qt5-5.0.2.inc b/recipes-qt/qt5/qt5-5.0.2.inc
index 0bf1404..c04b3a2 100644
--- a/recipes-qt/qt5/qt5-5.0.2.inc
+++ b/recipes-qt/qt5/qt5-5.0.2.inc
@@ -7,7 +7,7 @@ QT_VERSION ?= "${PV}"
QT_VERSION_DIR ?= "${QT_VERSION}"
SRC_URI += " \
- http://releases.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
\
+ http://download.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
\
"
S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"
Marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-qt5][dylan] Problem with fetching qt5 sources
2013-08-15 12:09 ` [meta-qt5][dylan] Problem with fetching qt5 sources Belisko Marek
@ 2013-08-15 14:52 ` Martin Jansa
2013-08-15 19:29 ` Belisko Marek
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2013-08-15 14:52 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1583 bytes --]
On Thu, Aug 15, 2013 at 02:09:28PM +0200, Belisko Marek wrote:
> Hi,
>
> I'm using meta-qt5 (dylan branch) but fetching qt5.0.2 sources failed.
> Fix follows:
yes it was changed again yesterday or few days ago, would you care to
send proper git patch, so that I can pick it from patchwork instead of
applying it manually from e-mail? Thanks
> diff --git a/recipes-qt/qt5/qt5-5.0.2.inc b/recipes-qt/qt5/qt5-5.0.2.inc
> index 0bf1404..c04b3a2 100644
> --- a/recipes-qt/qt5/qt5-5.0.2.inc
> +++ b/recipes-qt/qt5/qt5-5.0.2.inc
> @@ -7,7 +7,7 @@ QT_VERSION ?= "${PV}"
> QT_VERSION_DIR ?= "${QT_VERSION}"
>
> SRC_URI += " \
> - http://releases.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
> \
> + http://download.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
> \
> "
>
> S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"
>
>
> Marek
>
> --
> as simple and primitive as possible
> -------------------------------------------------
> Marek Belisko - OPEN-NANDRA
> Freelance Developer
>
> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> Tel: +421 915 052 184
> skype: marekwhite
> twitter: #opennandra
> web: http://open-nandra.com
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-qt5][dylan] Problem with fetching qt5 sources
2013-08-15 14:52 ` Martin Jansa
@ 2013-08-15 19:29 ` Belisko Marek
0 siblings, 0 replies; 3+ messages in thread
From: Belisko Marek @ 2013-08-15 19:29 UTC (permalink / raw)
To: openembedded-devel
Hi,
On Thu, Aug 15, 2013 at 4:52 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Thu, Aug 15, 2013 at 02:09:28PM +0200, Belisko Marek wrote:
>> Hi,
>>
>> I'm using meta-qt5 (dylan branch) but fetching qt5.0.2 sources failed.
>> Fix follows:
>
> yes it was changed again yesterday or few days ago, would you care to
> send proper git patch, so that I can pick it from patchwork instead of
> applying it manually from e-mail? Thanks
Done: http://lists.openembedded.org/pipermail/openembedded-devel/2013-August/091748.html
>
>> diff --git a/recipes-qt/qt5/qt5-5.0.2.inc b/recipes-qt/qt5/qt5-5.0.2.inc
>> index 0bf1404..c04b3a2 100644
>> --- a/recipes-qt/qt5/qt5-5.0.2.inc
>> +++ b/recipes-qt/qt5/qt5-5.0.2.inc
>> @@ -7,7 +7,7 @@ QT_VERSION ?= "${PV}"
>> QT_VERSION_DIR ?= "${QT_VERSION}"
>>
>> SRC_URI += " \
>> - http://releases.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
>> \
>> + http://download.qt-project.org/archive/qt/5.0/${QT_VERSION_DIR}/submodules/${QT_MODULE}-opensource-src-${QT_VERSION}.tar.xz
>> \
>> "
>>
>> S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}"
>>
>>
>> Marek
>>
>> --
>> as simple and primitive as possible
>> -------------------------------------------------
>> Marek Belisko - OPEN-NANDRA
>> Freelance Developer
>>
>> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
>> Tel: +421 915 052 184
>> skype: marekwhite
>> twitter: #opennandra
>> web: http://open-nandra.com
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
Thanks,
marek
--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer
Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-15 19:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAAfyv35Cig9wH7tYx2b72_groQeqLeWO8jZdRrGmn+ZBonFaFg@mail.gmail.com>
2013-08-15 12:09 ` [meta-qt5][dylan] Problem with fetching qt5 sources Belisko Marek
2013-08-15 14:52 ` Martin Jansa
2013-08-15 19:29 ` Belisko Marek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.