* Re: [oe-commits] Andreas Müller : fontforge: update to 20150824
[not found] <20150908142441.20F8650290@opal.openembedded.org>
@ 2015-10-26 13:28 ` Martin Jansa
2015-10-26 22:04 ` Andreas Müller
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2015-10-26 13:28 UTC (permalink / raw)
To: openembedded-devel, Andreas Müller; +Cc: openembedded-commits
[-- Attachment #1: Type: text/plain, Size: 3564 bytes --]
On Tue, Sep 08, 2015 at 02:24:41PM +0000, git@git.openembedded.org wrote:
> Module: meta-openembedded.git
> Branch: master
> Commit: de033e18d168af57cab6ce1aa6b01d2999f322b5
> URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=de033e18d168af57cab6ce1aa6b01d2999f322b5
>
> Author: Andreas Müller <schnitzeltony@googlemail.com>
> Date: Sun Aug 30 12:33:55 2015 +0200
>
> fontforge: update to 20150824
>
> * LICENSE was rewrittem stating out more clearly that huge parts were initially
> licensed under BSD clause 3 - so add that licence.
> * Follow suggestion not to use github release tarballs [1] and use git as
> source.
>
> [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-August/102843.html
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
> ---
>
> .../{fontforge_20141126.bb => fontforge_20150824.bb} | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
> similarity index 77%
> rename from meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
> rename to meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
> index a2d6cc6..eb58d8f 100644
> --- a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
> +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
> @@ -1,9 +1,9 @@
> SUMMARY = "A font editor"
> HOMEPAGE = "http://fontforge.github.io/en-US/"
> -LICENSE = "GPLv3"
> +LICENSE = "BSD-3-Clause & GPLv3"
> LIC_FILES_CHKSUM = " \
> file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
> - file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
> + file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
> "
>
> inherit autotools pkgconfig pythonnative distro_features_check
> @@ -12,9 +12,10 @@ DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
> DEPENDS_append_class-target = " libxi"
> REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
>
> -SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
> -SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77"
> -SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106"
> +SRC_URI = "git://github.com/${BPN}/${BPN}.git"
> +# tag 20150824
> +SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6"
> +S = "${WORKDIR}/git"
Can you please check why it downloads gnulib in do_configure and prevent it to do that?
It just failed in my world build with:
| bootstrap: running: libtoolize --force --quiet
| bootstrap: running: git clone --depth 365 'git://git.sv.gnu.org/gnulib' 'gnulib'
| fatal: read error: Connection reset by peer
| Cloning into 'gnulib'...
..
| configure.ac:677: error: required file 'lib/Makefile.in' not found
| Makefile.am:63: error: required directory ./lib does not exist
| Unicode/Makefile.am: installing 'config/depcomp'
| autoreconf: automake failed with exit status: 1
http://errors.yoctoproject.org/Errors/Details/21031/
>
> EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
>
>
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [oe-commits] Andreas Müller : fontforge: update to 20150824
2015-10-26 13:28 ` [oe-commits] Andreas Müller : fontforge: update to 20150824 Martin Jansa
@ 2015-10-26 22:04 ` Andreas Müller
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2015-10-26 22:04 UTC (permalink / raw)
To: Martin Jansa
Cc: openembedded-devel@lists.openembedded.org, openembedded-commits
On Mon, Oct 26, 2015 at 2:28 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Tue, Sep 08, 2015 at 02:24:41PM +0000, git@git.openembedded.org wrote:
>> Module: meta-openembedded.git
>> Branch: master
>> Commit: de033e18d168af57cab6ce1aa6b01d2999f322b5
>> URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=de033e18d168af57cab6ce1aa6b01d2999f322b5
>>
>> Author: Andreas Müller <schnitzeltony@googlemail.com>
>> Date: Sun Aug 30 12:33:55 2015 +0200
>>
>> fontforge: update to 20150824
>>
>> * LICENSE was rewrittem stating out more clearly that huge parts were initially
>> licensed under BSD clause 3 - so add that licence.
>> * Follow suggestion not to use github release tarballs [1] and use git as
>> source.
>>
>> [1] http://lists.openembedded.org/pipermail/openembedded-devel/2015-August/102843.html
>>
>> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>
>> ---
>>
>> .../{fontforge_20141126.bb => fontforge_20150824.bb} | 11 ++++++-----
>> 1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
>> similarity index 77%
>> rename from meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> rename to meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
>> index a2d6cc6..eb58d8f 100644
>> --- a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb
>> @@ -1,9 +1,9 @@
>> SUMMARY = "A font editor"
>> HOMEPAGE = "http://fontforge.github.io/en-US/"
>> -LICENSE = "GPLv3"
>> +LICENSE = "BSD-3-Clause & GPLv3"
>> LIC_FILES_CHKSUM = " \
>> file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
>> - file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
>> + file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \
>> "
>>
>> inherit autotools pkgconfig pythonnative distro_features_check
>> @@ -12,9 +12,10 @@ DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
>> DEPENDS_append_class-target = " libxi"
>> REQUIRED_DISTRO_FEATURES_append_class-target = " x11"
>>
>> -SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
>> -SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77"
>> -SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106"
>> +SRC_URI = "git://github.com/${BPN}/${BPN}.git"
>> +# tag 20150824
>> +SRCREV = "07d5ccff2704f8a56f1b3cc6695a4e31f85f88e6"
>> +S = "${WORKDIR}/git"
>
> Can you please check why it downloads gnulib in do_configure and prevent it to do that?
>
> It just failed in my world build with:
>
> | bootstrap: running: libtoolize --force --quiet
> | bootstrap: running: git clone --depth 365 'git://git.sv.gnu.org/gnulib' 'gnulib'
> | fatal: read error: Connection reset by peer
> | Cloning into 'gnulib'...
> ..
> | configure.ac:677: error: required file 'lib/Makefile.in' not found
> | Makefile.am:63: error: required directory ./lib does not exist
> | Unicode/Makefile.am: installing 'config/depcomp'
> | autoreconf: automake failed with exit status: 1
>
> http://errors.yoctoproject.org/Errors/Details/21031/
>
>>
>> EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
>>
>>
It is on my TODO list
Andreas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-26 22:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150908142441.20F8650290@opal.openembedded.org>
2015-10-26 13:28 ` [oe-commits] Andreas Müller : fontforge: update to 20150824 Martin Jansa
2015-10-26 22:04 ` Andreas Müller
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.