* Re: [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 [not found] <20120914085706.2CBFC103C3@opal> @ 2012-09-15 16:20 ` Martin Jansa [not found] ` <CAK18fxGHn8aMu9Y926M2r9RQULR2VTOciBJkVD5S9awBV_j7-Q@mail.gmail.com> 2012-09-15 17:23 ` [OE-core] " Phil Blundell 0 siblings, 2 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-15 16:20 UTC (permalink / raw) To: andrei.adrianx.dinu Cc: openembedded-commits, openembedded-devel, openembedded-core [-- Attachment #1: Type: text/plain, Size: 11147 bytes --] On Fri, Sep 14, 2012 at 08:57:06AM +0000, git@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master > Commit: 3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > > Author: Andrei Dinu <andrei.adrianx.dinu@intel.com> > Date: Thu Sep 13 11:26:45 2012 +0300 > > libffi upgrade to 3.0.11 This changes .so name from libffi5 to libffi6, breaking every recipe depending on libffi when someone is using debian.bbclass. This list of 374 packages is probably not complete, just what I have built before. http://build.shr-project.org/tests/jama/libffi5.pkgs Cheers, > > Changes : > > - Added ax_append_flags.m4 and ax_check_compile_flag.m4 to the m4 directory. > The files were missing and aclocal.m4 was generated without those two macros. > > - Added a new license md5 checksum to the recipe because the old LICENSE file > differs from the new one here : > > OLD : libffi - Copyright (c) 1996-2011 > > NEW : libffi - Copyright (c) 1996-2012 > > Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> > Signed-off-by: Saul Wold <sgw@linux.intel.com> > > --- > > .../libffi/0001-libffi-update-for-3.0.11.patch | 171 ++++++++++++++++++++ > .../libffi/{libffi_3.0.10.bb => libffi_3.0.11.bb} | 9 +- > 2 files changed, 176 insertions(+), 4 deletions(-) > > diff --git a/meta/recipes-gnome/libffi/0001-libffi-update-for-3.0.11.patch b/meta/recipes-gnome/libffi/0001-libffi-update-for-3.0.11.patch > new file mode 100644 > index 0000000..9592048 > --- /dev/null > +++ b/meta/recipes-gnome/libffi/0001-libffi-update-for-3.0.11.patch > @@ -0,0 +1,171 @@ > +From 936ab07cec90243a6a336c5aa6205f4edbeb00d5 Mon Sep 17 00:00:00 2001 > +From: Andrei Dinu <andrei.adrianx.dinu@intel.com> > +Date: Wed, 12 Sep 2012 17:42:29 +0300 > +Subject: [PATCH] libffi update for 3.0.11 > + > +Upstream status : Pending > + > +Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> > +--- > + m4/ax_append_flag.m4 | 69 +++++++++++++++++++++++++++++++++++++++++ > + m4/ax_check_compile_flag.m4 | 72 +++++++++++++++++++++++++++++++++++++++++++ > + 2 files changed, 141 insertions(+) > + create mode 100644 m4/ax_append_flag.m4 > + create mode 100644 m4/ax_check_compile_flag.m4 > + > +diff --git a/m4/ax_append_flag.m4 b/m4/ax_append_flag.m4 > +new file mode 100644 > +index 0000000..1d38b76 > +--- /dev/null > ++++ b/m4/ax_append_flag.m4 > +@@ -0,0 +1,69 @@ > ++# =========================================================================== > ++# http://www.gnu.org/software/autoconf-archive/ax_append_flag.html > ++# =========================================================================== > ++# > ++# SYNOPSIS > ++# > ++# AX_APPEND_FLAG(FLAG, [FLAGS-VARIABLE]) > ++# > ++# DESCRIPTION > ++# > ++# FLAG is appended to the FLAGS-VARIABLE shell variable, with a space > ++# added in between. > ++# > ++# If FLAGS-VARIABLE is not specified, the current language's flags (e.g. > ++# CFLAGS) is used. FLAGS-VARIABLE is not changed if it already contains > ++# FLAG. If FLAGS-VARIABLE is unset in the shell, it is set to exactly > ++# FLAG. > ++# > ++# NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. > ++# > ++# LICENSE > ++# > ++# Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de> > ++# Copyright (c) 2011 Maarten Bosmans <mkbosmans@gmail.com> > ++# > ++# This program is free software: you can redistribute it and/or modify it > ++# under the terms of the GNU General Public License as published by the > ++# Free Software Foundation, either version 3 of the License, or (at your > ++# option) any later version. > ++# > ++# This program is distributed in the hope that it will be useful, but > ++# WITHOUT ANY WARRANTY; without even the implied warranty of > ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General > ++# Public License for more details. > ++# > ++# You should have received a copy of the GNU General Public License along > ++# with this program. If not, see <http://www.gnu.org/licenses/>. > ++# > ++# As a special exception, the respective Autoconf Macro's copyright owner > ++# gives unlimited permission to copy, distribute and modify the configure > ++# scripts that are the output of Autoconf when processing the Macro. You > ++# need not follow the terms of the GNU General Public License when using > ++# or distributing such scripts, even though portions of the text of the > ++# Macro appear in them. The GNU General Public License (GPL) does govern > ++# all other use of the material that constitutes the Autoconf Macro. > ++# > ++# This special exception to the GPL applies to versions of the Autoconf > ++# Macro released by the Autoconf Archive. When you make and distribute a > ++# modified version of the Autoconf Macro, you may extend this special > ++# exception to the GPL to apply to your modified version as well. > ++ > ++#serial 2 > ++ > ++AC_DEFUN([AX_APPEND_FLAG], > ++[AC_PREREQ(2.59)dnl for _AC_LANG_PREFIX > ++AS_VAR_PUSHDEF([FLAGS], [m4_default($2,_AC_LANG_PREFIX[FLAGS])])dnl > ++AS_VAR_SET_IF(FLAGS, > ++ [case " AS_VAR_GET(FLAGS) " in > ++ *" $1 "*) > ++ AC_RUN_LOG([: FLAGS already contains $1]) > ++ ;; > ++ *) > ++ AC_RUN_LOG([: FLAGS="$FLAGS $1"]) > ++ AS_VAR_SET(FLAGS, ["AS_VAR_GET(FLAGS) $1"]) > ++ ;; > ++ esac], > ++ [AS_VAR_SET(FLAGS,["$1"])]) > ++AS_VAR_POPDEF([FLAGS])dnl > ++])dnl AX_APPEND_FLAG > +diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4 > +new file mode 100644 > +index 0000000..c3a8d69 > +--- /dev/null > ++++ b/m4/ax_check_compile_flag.m4 > +@@ -0,0 +1,72 @@ > ++# =========================================================================== > ++# http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html > ++# =========================================================================== > ++# > ++# SYNOPSIS > ++# > ++# AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) > ++# > ++# DESCRIPTION > ++# > ++# Check whether the given FLAG works with the current language's compiler > ++# or gives an error. (Warnings, however, are ignored) > ++# > ++# ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on > ++# success/failure. > ++# > ++# If EXTRA-FLAGS is defined, it is added to the current language's default > ++# flags (e.g. CFLAGS) when the check is done. The check is thus made with > ++# the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to > ++# force the compiler to issue an error when a bad flag is given. > ++# > ++# NOTE: Implementation based on AX_CFLAGS_GCC_OPTION. Please keep this > ++# macro in sync with AX_CHECK_{PREPROC,LINK}_FLAG. > ++# > ++# LICENSE > ++# > ++# Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de> > ++# Copyright (c) 2011 Maarten Bosmans <mkbosmans@gmail.com> > ++# > ++# This program is free software: you can redistribute it and/or modify it > ++# under the terms of the GNU General Public License as published by the > ++# Free Software Foundation, either version 3 of the License, or (at your > ++# option) any later version. > ++# > ++# This program is distributed in the hope that it will be useful, but > ++# WITHOUT ANY WARRANTY; without even the implied warranty of > ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General > ++# Public License for more details. > ++# > ++# You should have received a copy of the GNU General Public License along > ++# with this program. If not, see <http://www.gnu.org/licenses/>. > ++# > ++# As a special exception, the respective Autoconf Macro's copyright owner > ++# gives unlimited permission to copy, distribute and modify the configure > ++# scripts that are the output of Autoconf when processing the Macro. You > ++# need not follow the terms of the GNU General Public License when using > ++# or distributing such scripts, even though portions of the text of the > ++# Macro appear in them. The GNU General Public License (GPL) does govern > ++# all other use of the material that constitutes the Autoconf Macro. > ++# > ++# This special exception to the GPL applies to versions of the Autoconf > ++# Macro released by the Autoconf Archive. When you make and distribute a > ++# modified version of the Autoconf Macro, you may extend this special > ++# exception to the GPL to apply to your modified version as well. > ++ > ++#serial 2 > ++ > ++AC_DEFUN([AX_CHECK_COMPILE_FLAG], > ++[AC_PREREQ(2.59)dnl for _AC_LANG_PREFIX > ++AS_VAR_PUSHDEF([CACHEVAR],[ax_cv_check_[]_AC_LANG_ABBREV[]flags_$4_$1])dnl > ++AC_CACHE_CHECK([whether _AC_LANG compiler accepts $1], CACHEVAR, [ > ++ ax_check_save_flags=$[]_AC_LANG_PREFIX[]FLAGS > ++ _AC_LANG_PREFIX[]FLAGS="$[]_AC_LANG_PREFIX[]FLAGS $4 $1" > ++ AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], > ++ [AS_VAR_SET(CACHEVAR,[yes])], > ++ [AS_VAR_SET(CACHEVAR,[no])]) > ++ _AC_LANG_PREFIX[]FLAGS=$ax_check_save_flags]) > ++AS_IF([test x"AS_VAR_GET(CACHEVAR)" = xyes], > ++ [m4_default([$2], :)], > ++ [m4_default([$3], :)]) > ++AS_VAR_POPDEF([CACHEVAR])dnl > ++])dnl AX_CHECK_COMPILE_FLAGS > +-- > +1.7.9.5 > + > diff --git a/meta/recipes-gnome/libffi/libffi_3.0.10.bb b/meta/recipes-gnome/libffi/libffi_3.0.11.bb > similarity index 72% > rename from meta/recipes-gnome/libffi/libffi_3.0.10.bb > rename to meta/recipes-gnome/libffi/libffi_3.0.11.bb > index c06b80c..e674fd3 100644 > --- a/meta/recipes-gnome/libffi/libffi_3.0.10.bb > +++ b/meta/recipes-gnome/libffi/libffi_3.0.11.bb > @@ -7,14 +7,15 @@ library really only provides the lowest, machine dependent layer of a fully feat > A layer must exist above `libffi' that handles type conversions for values passed between the two languages." > > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=0caa055e49a3fb6c57780595e995e2ab" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=e54c573c49435ccbbd3f6dc9e49a065e" > > PR = "r0" > > -SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz" > +SRC_URI = "ftp://sourceware.org/pub/libffi/${BPN}-${PV}.tar.gz \ > + file://0001-libffi-update-for-3.0.11.patch" > > -SRC_URI[md5sum] = "79390673f5d07a8fb342bc09b5055b6f" > -SRC_URI[sha256sum] = "f01eb9027e9eb56aeaeef636649877756d475d714ef8b47f627f65bc5f3b492f" > +SRC_URI[md5sum] = "f69b9693227d976835b4857b1ba7d0e3" > +SRC_URI[sha256sum] = "70bfb01356360089aa97d3e71e3edf05d195599fd822e922e50d46a0055a6283" > > EXTRA_OECONF += "--disable-builddir" > > > > _______________________________________________ > Openembedded-commits mailing list > Openembedded-commits@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <CAK18fxGHn8aMu9Y926M2r9RQULR2VTOciBJkVD5S9awBV_j7-Q@mail.gmail.com>]
* Re: [O-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 [not found] ` <CAK18fxGHn8aMu9Y926M2r9RQULR2VTOciBJkVD5S9awBV_j7-Q@mail.gmail.com> @ 2012-09-15 16:37 ` Martin Jansa 2012-09-17 10:57 ` Martin Jansa 0 siblings, 1 reply; 11+ messages in thread From: Martin Jansa @ 2012-09-15 16:37 UTC (permalink / raw) To: Andrei Gherzan Cc: andrei.adrianx.dinu, openembedded-commits, openembedded-devel, openembedded-core [-- Attachment #1: Type: text/plain, Size: 2671 bytes --] On Sat, Sep 15, 2012 at 07:22:43PM +0300, Andrei Gherzan wrote: > On Sat, Sep 15, 2012 at 7:20 PM, Martin Jansa <martin.jansa@gmail.com>wrote: > > > On Fri, Sep 14, 2012 at 08:57:06AM +0000, git@git.openembedded.org wrote: > > > Module: openembedded-core.git > > > Branch: master > > > Commit: 3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > > > URL: > > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > > > > > > Author: Andrei Dinu <andrei.adrianx.dinu@intel.com> > > > Date: Thu Sep 13 11:26:45 2012 +0300 > > > > > > libffi upgrade to 3.0.11 > > > > This changes .so name from libffi5 to libffi6, breaking every recipe > > depending on libffi when someone is using debian.bbclass. > > > > This list of 374 packages is probably not complete, just what I have > > built before. > > > > http://build.shr-project.org/tests/jama/libffi5.pkgs > > > Confirmed. Just ran into this with glib-2.0. Something like: | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.7.2/ld: warning: libffi.so.5, needed by /OE/shr-core/tmp-eglibc/sysroots/q emux86-64/usr/lib/libgobject-2.0.so, not found (try using -rpath or -rpath-link) | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_void' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_double' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_prep_cif' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint32' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_float' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint64' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint64' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_pointer' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint32' | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_call' That's easy to fix by manual rebuild, but for runtime packages we need those PR bumps :/. I'll PR bump recipes (from my list) in meta-oe and meta-smartphone layers, but leave oe-core for someone else. Cheers, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [O-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 16:37 ` [O-core] " Martin Jansa @ 2012-09-17 10:57 ` Martin Jansa 0 siblings, 0 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-17 10:57 UTC (permalink / raw) To: Andrei Gherzan Cc: andrei.adrianx.dinu, openembedded-commits, openembedded-devel, openembedded-core [-- Attachment #1: Type: text/plain, Size: 3019 bytes --] On Sat, Sep 15, 2012 at 06:37:39PM +0200, Martin Jansa wrote: > On Sat, Sep 15, 2012 at 07:22:43PM +0300, Andrei Gherzan wrote: > > On Sat, Sep 15, 2012 at 7:20 PM, Martin Jansa <martin.jansa@gmail.com>wrote: > > > > > On Fri, Sep 14, 2012 at 08:57:06AM +0000, git@git.openembedded.org wrote: > > > > Module: openembedded-core.git > > > > Branch: master > > > > Commit: 3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > > > > URL: > > > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3e40136e8bd13b17b6d88b6acfb5ed162bb8d96a > > > > > > > > Author: Andrei Dinu <andrei.adrianx.dinu@intel.com> > > > > Date: Thu Sep 13 11:26:45 2012 +0300 > > > > > > > > libffi upgrade to 3.0.11 > > > > > > This changes .so name from libffi5 to libffi6, breaking every recipe > > > depending on libffi when someone is using debian.bbclass. > > > > > > This list of 374 packages is probably not complete, just what I have > > > built before. > > > > > > http://build.shr-project.org/tests/jama/libffi5.pkgs > > > > > > Confirmed. Just ran into this with glib-2.0. > > Something like: > | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.7.2/ld: warning: libffi.so.5, needed by /OE/shr-core/tmp-eglibc/sysroots/q > emux86-64/usr/lib/libgobject-2.0.so, not found (try using -rpath or -rpath-link) > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_void' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_double' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_prep_cif' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint32' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_float' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint64' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_sint64' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_pointer' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_type_uint32' > | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libgobject-2.0.so: undefined reference to `ffi_call' > > That's easy to fix by manual rebuild, but for runtime packages we need those PR bumps :/. > > I'll PR bump recipes (from my list) in meta-oe and meta-smartphone layers, > but leave oe-core for someone else. PR bumps for recipes from my list sent to oe-core too, but again it's probably not complete (only stuff included in one of images I build). Someone should build world-image to test the rest.. Cheers, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [OE-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 16:20 ` [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 Martin Jansa [not found] ` <CAK18fxGHn8aMu9Y926M2r9RQULR2VTOciBJkVD5S9awBV_j7-Q@mail.gmail.com> @ 2012-09-15 17:23 ` Phil Blundell 2012-09-15 17:28 ` Martin Jansa 1 sibling, 1 reply; 11+ messages in thread From: Phil Blundell @ 2012-09-15 17:23 UTC (permalink / raw) To: Martin Jansa Cc: andrei.adrianx.dinu, openembedded-core, openembedded-devel, openembedded-commits On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > This changes .so name from libffi5 to libffi6, breaking every recipe > depending on libffi when someone is using debian.bbclass. How exactly do the recipes break? The whole point of debian.bbclass is to avoid breakage when this happens by making libffi5 and libffi6 parallel installable. If that isn't working then there is clearly a bug somewhere and we should fix that. p. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [OE-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 17:23 ` [OE-core] " Phil Blundell @ 2012-09-15 17:28 ` Martin Jansa 2012-09-15 17:39 ` Martin Jansa 2012-09-15 20:39 ` Phil Blundell 0 siblings, 2 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-15 17:28 UTC (permalink / raw) To: Phil Blundell Cc: andrei.adrianx.dinu, openembedded-core, openembedded-devel, openembedded-commits [-- Attachment #1: Type: text/plain, Size: 722 bytes --] On Sat, Sep 15, 2012 at 06:23:37PM +0100, Phil Blundell wrote: > On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > > This changes .so name from libffi5 to libffi6, breaking every recipe > > depending on libffi when someone is using debian.bbclass. > > How exactly do the recipes break? The whole point of debian.bbclass is > to avoid breakage when this happens by making libffi5 and libffi6 > parallel installable. If that isn't working then there is clearly a bug > somewhere and we should fix that. libffi5 is no longer in feed, so if you try to install something from feed which still has libffi5 in depends it will fail. Cheers, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [OE-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 17:28 ` Martin Jansa @ 2012-09-15 17:39 ` Martin Jansa 2012-09-15 20:39 ` Phil Blundell 1 sibling, 0 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-15 17:39 UTC (permalink / raw) To: Phil Blundell Cc: andrei.adrianx.dinu, openembedded-core, openembedded-devel, openembedded-commits [-- Attachment #1: Type: text/plain, Size: 1561 bytes --] On Sat, Sep 15, 2012 at 07:28:16PM +0200, Martin Jansa wrote: > On Sat, Sep 15, 2012 at 06:23:37PM +0100, Phil Blundell wrote: > > On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > > > This changes .so name from libffi5 to libffi6, breaking every recipe > > > depending on libffi when someone is using debian.bbclass. > > > > How exactly do the recipes break? The whole point of debian.bbclass is > > to avoid breakage when this happens by making libffi5 and libffi6 > > parallel installable. If that isn't working then there is clearly a bug > > somewhere and we should fix that. > > libffi5 is no longer in feed, so if you try to install something from > feed which still has libffi5 in depends it will fail. > > Cheers, also e.g. navit is using librsvg-native to create .png from .svg and fails now | SRCDIR=/OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/navit-1_0.2.0+svnr5159-r11.3/navit/navit/xpm BUILDDIR=/OE/shr-core/tmp-eglibc/work/armv4t-oe-linux-gnueabi/navit-1_0.2.0+svnr5159-r11.3/navit/navit/xpm ./navit_svg2png "/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/rsvg-convert" "nav_destination_wh_96_96.png" | /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/rsvg-convert: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory Fortunately navit.do_install finds that some mandatory .png files are missing and fails too (before creating invalid .ipk in feed). Cheers, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [OE-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 17:28 ` Martin Jansa 2012-09-15 17:39 ` Martin Jansa @ 2012-09-15 20:39 ` Phil Blundell 2012-09-16 14:30 ` Martin Jansa 1 sibling, 1 reply; 11+ messages in thread From: Phil Blundell @ 2012-09-15 20:39 UTC (permalink / raw) To: Martin Jansa; +Cc: openembedded-commits, openembedded-devel, openembedded-core On Sat, 2012-09-15 at 19:28 +0200, Martin Jansa wrote: > On Sat, Sep 15, 2012 at 06:23:37PM +0100, Phil Blundell wrote: > > On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > > > This changes .so name from libffi5 to libffi6, breaking every recipe > > > depending on libffi when someone is using debian.bbclass. > > > > How exactly do the recipes break? The whole point of debian.bbclass is > > to avoid breakage when this happens by making libffi5 and libffi6 > > parallel installable. If that isn't working then there is clearly a bug > > somewhere and we should fix that. > > libffi5 is no longer in feed, so if you try to install something from > feed which still has libffi5 in depends it will fail. Ah, right. So it's not actually the recipes which are broken, it's just that something is wrong with whatever maintains the feed and the old binaries are no longer installable. I guess you need to figure out why libffi5 is being removed and prevent that from happening. p. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [OE-core] [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 2012-09-15 20:39 ` Phil Blundell @ 2012-09-16 14:30 ` Martin Jansa 2012-09-16 18:48 ` [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 Martin Jansa 0 siblings, 1 reply; 11+ messages in thread From: Martin Jansa @ 2012-09-16 14:30 UTC (permalink / raw) To: Phil Blundell; +Cc: openembedded-commits, openembedded-devel, openembedded-core [-- Attachment #1: Type: text/plain, Size: 1682 bytes --] On Sat, Sep 15, 2012 at 09:39:32PM +0100, Phil Blundell wrote: > On Sat, 2012-09-15 at 19:28 +0200, Martin Jansa wrote: > > On Sat, Sep 15, 2012 at 06:23:37PM +0100, Phil Blundell wrote: > > > On Sat, 2012-09-15 at 18:20 +0200, Martin Jansa wrote: > > > > This changes .so name from libffi5 to libffi6, breaking every recipe > > > > depending on libffi when someone is using debian.bbclass. > > > > > > How exactly do the recipes break? The whole point of debian.bbclass is > > > to avoid breakage when this happens by making libffi5 and libffi6 > > > parallel installable. If that isn't working then there is clearly a bug > > > somewhere and we should fix that. > > > > libffi5 is no longer in feed, so if you try to install something from > > feed which still has libffi5 in depends it will fail. > > Ah, right. So it's not actually the recipes which are broken, it's just > that something is wrong with whatever maintains the feed and the old > binaries are no longer installable. I guess you need to figure out why > libffi5 is being removed and prevent that from happening. Old ipk binaries are removed in package_write_ipk task. Even when I keep those binaries in public feed (rsynced from deploy/ipk/) then I would have to call opkg-make-index in that public feed to keep them in Packages too. So by default you can assume that libffi5*.ipk gets missing as soon as you bump libffi to version with new .so name like libffi6. And it's not only someone doing opkg install on target, do_rootfs fails too if you have any of those affected packages in your image. Cheers, -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 2012-09-16 14:30 ` Martin Jansa @ 2012-09-16 18:48 ` Martin Jansa 2012-09-17 10:54 ` [meta-oe][PATCH] recipes: few more PR bumps " Martin Jansa 2012-09-17 11:03 ` [meta-oe][PATCH] recipes: bump PR " Koen Kooi 0 siblings, 2 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-16 18:48 UTC (permalink / raw) To: openembedded-devel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-efl/recipes-efl/efl/emotion.inc | 2 +- meta-efl/recipes-efl/efl/libeflvala_svn.bb | 2 +- meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | 2 +- meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb | 2 +- meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb | 2 +- meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb | 2 ++ meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | 2 +- meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb | 2 +- meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb | 2 +- meta-oe/recipes-devtools/vala/vala_0.16.0.bb | 2 +- meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb | 2 +- meta-oe/recipes-navigation/navit/navit_svn.bb | 2 +- meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb | 2 ++ meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.14.bb | 2 ++ meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.18.bb | 2 ++ meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | 2 +- meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | 2 +- meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 +- meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | 2 +- meta-oe/recipes-support/poppler/poppler_0.18.0.bb | 2 +- meta-systemd/recipes-core/systemd/systemd_git.bb | 2 +- 21 files changed, 25 insertions(+), 17 deletions(-) diff --git a/meta-efl/recipes-efl/efl/emotion.inc b/meta-efl/recipes-efl/efl/emotion.inc index 08a24b2..134ef40 100644 --- a/meta-efl/recipes-efl/efl/emotion.inc +++ b/meta-efl/recipes-efl/efl/emotion.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" # we no longer build the libxine backend, since the gstreamer backend seems more promising DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base eio" -INC_PR = "r0" +INC_PR = "r1" inherit efl diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb index 8b1064a..1eb9c13 100644 --- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb +++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb @@ -6,7 +6,7 @@ SECTION = "devel" DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary tiff" PV = "2011.01.13.1+svnr${SRCPV}" PE = "1" -PR = "r1" +PR = "r2" SRCREV = "${EFL_SRCREV}" SRCNAME = "vala" diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb index 75c10ae..8c3aab4 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb @@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95 #want 2.x from 2.x.y for the installation directory SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" -PR = "r6" +PR = "r7" inherit autotools pkgconfig diff --git a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb index c114c0e..9064251 100644 --- a/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb +++ b/meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb @@ -13,7 +13,7 @@ DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libi SRCREV = "3ca578d968d09785933ebbb45b66b3bccdbd5832" PV = "2.30+git${SRCPV}" -PR = "r2" +PR = "r3" SRC_URI = "git://git.gnome.org/evolution-data-server;protocol=git \ file://oh-contact.patch;striplevel=0 \ diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb index b6df81b..c1f535b 100644 --- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb +++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.3.bb @@ -22,7 +22,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/3.2/gtk+-${PV}.tar.xz \ SRC_URI[md5sum] = "b4edcc69e39159dd7be17828249afb46" SRC_URI[sha256sum] = "e2cf20f2510ebbc7be122a1a33dd1f472a7d06aaf16b4f2a63eb048cd9141d3d" -PR = "r1" +PR = "r2" inherit autotools pkgconfig diff --git a/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb index 45adbd7..3e91e97 100644 --- a/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb +++ b/meta-gnome/recipes-gnome/libnotify/libnotify_0.6.0.bb @@ -3,6 +3,8 @@ SECTION = "libs" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" +PR = "r1" + DEPENDS = "dbus gtk+" inherit gnome diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb index ef0329e..e30b1ab 100644 --- a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb +++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb @@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender" -PR = "r3" +PR = "r4" inherit gpe pkgconfig autotools gtk-doc diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb index 6604091..c864153 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb @@ -1,6 +1,6 @@ require glibmm.inc -PR = "r2" +PR = "r3" SRC_URI[archive.md5sum] = "cf33d1861d09fb2952a6a1d69e0502e3" SRC_URI[archive.sha256sum] = "7b67178363f8494c94f8b3dd704a4c8db7ad75a253fc84a4ad229e5e179ec192" diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb index 228f96c..a6044cd 100644 --- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb +++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb @@ -1,6 +1,6 @@ require libgee.inc PE = "1" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" DEPENDS += "gobject-introspection-stub" DEPENDS_virtclass-native += "gobject-introspection-stub-native" diff --git a/meta-oe/recipes-devtools/vala/vala_0.16.0.bb b/meta-oe/recipes-devtools/vala/vala_0.16.0.bb index 1dd190f..92120b4 100644 --- a/meta-oe/recipes-devtools/vala/vala_0.16.0.bb +++ b/meta-oe/recipes-devtools/vala/vala_0.16.0.bb @@ -1,6 +1,6 @@ require ${BPN}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI += " file://0001-git-version-gen-don-t-append-dirty-if-we-re-not-in-g.patch" diff --git a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb index 6ae391f..86b4958 100644 --- a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb +++ b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb @@ -1,6 +1,6 @@ require libsexy.inc -PR = "r1" +PR = "r2" SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754" SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e" diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb index 1350751..a8df317 100644 --- a/meta-oe/recipes-navigation/navit/navit_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit_svn.bb @@ -2,7 +2,7 @@ require navit.inc SRCREV = "5159" PV = "0.2.0+svnr${SRCPV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" S = "${WORKDIR}/${PN}" SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;protocol=http \ diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb index 118543b..338ff8c 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-gtkhtml2-viewer_0.31.bb @@ -4,6 +4,8 @@ DEPENDS = "claws-mail gtkhtml2 curl" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=977f04a8048c04684e521c06e2844a94" +PR = "r1" + SRC_URI = "http://www.claws-mail.org/downloads/plugins/gtkhtml2_viewer-${PV}.tar.gz" SRC_URI[md5sum] = "a6c9dfa6f969ccd844796a5724b52167" SRC_URI[sha256sum] = "4d41f6d961efaac0f51705e5052bac732bc0bdafee2ef2082a9cf9d89f183ae5" diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.14.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.14.bb index 8cb7fd0..119892f 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.14.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-mailmbox_1.14.bb @@ -4,6 +4,8 @@ DEPENDS = "claws-mail" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +PR = "r1" + SRC_URI = "http://www.claws-mail.org/downloads/plugins/mailmbox-${PV}.tar.gz\ file://claws-plugin-mailmbox-fixup.patch" SRC_URI[md5sum] = "0a5907628c1112cf8e5fe251ed1db551" diff --git a/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.18.bb b/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.18.bb index 767c672..b25f345 100644 --- a/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.18.bb +++ b/meta-oe/recipes-sato/claws-mail/claws-plugin-rssyl_0.18.bb @@ -4,6 +4,8 @@ DEPENDS = "claws-mail libxml2 curl glib-2.0 gtk+" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=0c2348e0a084e573f0220f5e45d8097e" +PR = "r1" + SRC_URI = "http://www.claws-mail.org/downloads/plugins/rssyl-${PV}.tar.gz" SRC_URI[md5sum] = "7dfd8ae53cf1ed88d5e4150f77b9df63" SRC_URI[sha256sum] = "b02eff373fd66daec2ffd75afd3ad97c32c45679883ee65b21aa50fec92fc752" diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb index d0da532..f42d0da 100644 --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" -PR = "r1" +PR = "r2" SRC_URI = "http://sylpheed.sraoss.jp/sylpheed/v2.7/sylpheed-${PV}.tar.bz2 \ file://glib-2.32.patch \ diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 91fe692..fe94fc4 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb @@ -5,7 +5,7 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" -PR = "r2" +PR = "r3" DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 2e93690..1e42cad 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ " -PR = "r2" +PR = "r3" DEPENDS = "glib-2.0 gstreamer" diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb index 4e26c98..d229c15 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb @@ -1,5 +1,5 @@ require pidgin.inc -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" DEPENDS += "farsight2 libidn" diff --git a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb index 6f1a022..1217d6c 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb @@ -1,6 +1,6 @@ require poppler.inc -PR = "r3" +PR = "r4" DEPENDS += "lcms" diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index 09bc635..337424e 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb @@ -19,7 +19,7 @@ inherit gitpkgv PKGV = "v${GITPKGVTAG}" PV = "git" -PR = "r6" +PR = "r7" inherit useradd pkgconfig autotools perlnative -- 1.7.12 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [meta-oe][PATCH] recipes: few more PR bumps to rebuild after libffi5 -> libffi6 2012-09-16 18:48 ` [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 Martin Jansa @ 2012-09-17 10:54 ` Martin Jansa 2012-09-17 11:03 ` [meta-oe][PATCH] recipes: bump PR " Koen Kooi 1 sibling, 0 replies; 11+ messages in thread From: Martin Jansa @ 2012-09-17 10:54 UTC (permalink / raw) To: openembedded-devel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb | 2 +- meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb | 2 +- meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb | 2 +- meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | 2 +- meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 2 +- meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb | 2 +- meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | 2 +- meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb index 4aad4a8..44e0171 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" -PR = "r4" +PR = "r5" inherit gnome pkgconfig diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb index 20331bd..a4f1ec2 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb @@ -3,7 +3,7 @@ LICENSE = "GPLv2 & LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" -PR = "r3" +PR = "r4" SECTION = "libs" diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb index 8f3e4e1..169dac5 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb @@ -10,7 +10,7 @@ SRC_URI = "${GNOME_MIRROR}/${SRC_NAME}/${SHRT_VER}/${SRC_NAME}-${PV}.tar.bz2 \ SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" -PR = "r3" +PR = "r4" BBCLASSEXTEND = "native" IDL_COMPILER_DEPENDS = "orbit2-native" diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb index 58fdbfa..3ac40aa 100644 --- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb +++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" DEPENDS = "libgsf glib-2.0" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ file://pkgconfig.patch" diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index 67cb325..a80447f 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb @@ -4,7 +4,7 @@ DEPENDS = "t1lib gtk+ popt libxslt libxml2" LICENSE = "LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" -PR = "r2" +PR = "r3" SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \ file://mathview-gcc43x.diff \ diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb index 69fa95f..05d7108 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb @@ -1,6 +1,6 @@ require gtkmm.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" SRC_URI[archive.md5sum] = "c0cb0ea5bc1ab511d9b2461083f0445f" SRC_URI[archive.sha256sum] = "c1199bbee423d6f0ef9b5e88973c5620a1e1c52f9f1298dffcfa36284a7fd91a" diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb index 44dcbd3..2007e9c 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb @@ -4,7 +4,7 @@ LICENSE = "LGPLv2.1 & GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" -PR = "r1" +PR = "r2" DEPENDS = "mm-common cairomm glibmm" diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb index b0af84b..625a57e 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b" # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" -PR = "r2" +PR = "r3" PATCHSET = "6" SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ -- 1.7.12 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 2012-09-16 18:48 ` [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 Martin Jansa 2012-09-17 10:54 ` [meta-oe][PATCH] recipes: few more PR bumps " Martin Jansa @ 2012-09-17 11:03 ` Koen Kooi 1 sibling, 0 replies; 11+ messages in thread From: Koen Kooi @ 2012-09-17 11:03 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 16-09-12 20:48, Martin Jansa schreef: > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> I'll have a look at these after I finish juggling all the interdependent denzil patch series :/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFQVwOQMkyGM64RGpERAixfAJ9O6Mb0TS59iThgNz6/4cBFBxbtZACfVIIi P1BZ99SoGN4u1PoRlRkZQcc= =6MK6 -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-09-17 11:16 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20120914085706.2CBFC103C3@opal>
2012-09-15 16:20 ` [oe-commits] Andrei Dinu : libffi upgrade to 3.0.11 Martin Jansa
[not found] ` <CAK18fxGHn8aMu9Y926M2r9RQULR2VTOciBJkVD5S9awBV_j7-Q@mail.gmail.com>
2012-09-15 16:37 ` [O-core] " Martin Jansa
2012-09-17 10:57 ` Martin Jansa
2012-09-15 17:23 ` [OE-core] " Phil Blundell
2012-09-15 17:28 ` Martin Jansa
2012-09-15 17:39 ` Martin Jansa
2012-09-15 20:39 ` Phil Blundell
2012-09-16 14:30 ` Martin Jansa
2012-09-16 18:48 ` [meta-oe][PATCH] recipes: bump PR to rebuild after libffi5 -> libffi6 Martin Jansa
2012-09-17 10:54 ` [meta-oe][PATCH] recipes: few more PR bumps " Martin Jansa
2012-09-17 11:03 ` [meta-oe][PATCH] recipes: bump PR " Koen Kooi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox