[oe] Pull request from O.S. Systems tree

Khem Raj raj.khem at gmail.com
Wed Feb 16 18:23:35 UTC 2011


On Tue, Feb 15, 2011 at 11:45 PM, Frans Meulenbroeks
<fransmeulenbroeks at gmail.com> wrote:
> Otavio, thanks for your contributions.
>
> One remark:
> - what about going to a newer version of cups. i seem to recall
> meta-oe or poky has 1.4.6
>
> And one request (or maybe discussion point for the community).
> Would it be possible to post patches. That makes it much easier to review them.

on contrary, moving forward this would be a better model where folks
can publish their git trees to get soaked in upstream.

>
> (alternately maybe links to web browsable patches would be nice).
> pull requests are somewhat harder to review (at least for me)
>
> Frans
>
> 2011/2/15 Otavio Salvador <otavio at ossystems.com.br>:
>> Hello,
>>
>> We have been working forward to get our required changes into OE and
>> currently following ones are queued up for merging. Those fix/improve
>> the issues we found while working in our layer and have been in use
>> for some time without problems.
>>
>> The following changes since commit 5f3bc5b423e00089e97c7a1657760f67bf20aa34:
>>
>>  spojegui: bump SRCREV and remove upstream applied desktop file fixes
>> for QA issues (2011-02-15 16:57:05 +0100)
>>
>> are available in the git repository at:
>>  git://projetos.ossystems.com.br/git/users/otavio/org.openembedded.dev.git
>> master
>>
>> Otavio Salvador (13):
>>      xkeyboard-config: avoid recipe code duplication and depends on
>> intltool-native
>>      python-dbus: update to 0.83.2 and fix rpath to use absolute path
>>      cups: drop unused versions
>>      cups: merge cups.inc into cups 1.2.12 recipe
>>      cups: merge cups14.inc into cups 1.4.4 recipe
>>      cups: add textonly filter and split packages
>>      libinih: add
>>      cdparanoia (svn): use build variables to fix packaging when
>> using empty prefix
>>      sdk.bbclass: cache ${libdir} as ${target_libdir}
>>      qt4-tools-sdk: use host include headers for dbus
>>      cmake: drop 2.6.4 as it is not used by any distro
>>      cmake: update from 2.8.2 to 2.8.3
>>      distro/micro.conf: drop exec_prefix_native since it is unused
>>
>>  classes/sdk.bbclass                                |    1 +
>>  conf/distro/micro.conf                             |    1 -
>>  recipes/cdparanoia/cdparanoia_svn.bb               |    8 +-
>>  .../fix_fortify_source_compilation.patch           |   32 -----
>>  .../dont-run-cross-binaries.patch                  |    0
>>  recipes/cmake/cmake-native_2.6.4.bb                |   10 --
>>  ...cmake-native_2.8.2.bb => cmake-native_2.8.3.bb} |    4 +-
>>  .../{cmake-sdk_2.8.2.bb => cmake-sdk_2.8.3.bb}     |    4 +-
>>  recipes/cmake/cmake_2.6.4.bb                       |   11 --
>>  recipes/cmake/{cmake_2.8.2.bb => cmake_2.8.3.bb}   |    6 +-
>>  recipes/cups/cups-1.1.23/strftime_fix.patch        |   26 ----
>>  .../cups/cups-1.3.8/use_echo_only_in_init.patch    |   11 --
>>  recipes/cups/cups-1.4.3/configure.patch            |  117 ------------------
>>  recipes/cups/cups-1.4.3/skip_tools.patch           |   51 --------
>>  .../cups/cups-1.4.3/use_echo_only_in_init.patch    |   11 --
>>  recipes/cups/cups-1.4.4/text.convs                 |    6 +
>>  recipes/cups/cups-1.4.4/textonly                   |  124 ++++++++++++++++++++
>>  recipes/cups/cups-1.4.4/textonly.ppd               |   47 ++++++++
>>  recipes/cups/cups.inc                              |   89 --------------
>>  recipes/cups/cups14.inc                            |   83 -------------
>>  recipes/cups/cups_1.1.23.bb                        |   51 --------
>>  recipes/cups/cups_1.2.12.bb                        |   92 ++++++++++++++-
>>  recipes/cups/cups_1.2.7.bb                         |   80 -------------
>>  recipes/cups/cups_1.3.8.bb                         |   11 --
>>  recipes/cups/cups_1.4.3.bb                         |   15 ---
>>  recipes/cups/cups_1.4.4.bb                         |  122 +++++++++++++++++--
>>  recipes/libinih/libinih_git.bb                     |   14 +++
>>  ...python-dbus_0.83.0.bb => python-dbus_0.83.2.bb} |   10 +-
>>  recipes/qt4/qt4-tools-sdk.inc                      |    8 +-
>>  recipes/xkeyboard-config/xkeyboard-config.inc      |   18 +++
>>  recipes/xkeyboard-config/xkeyboard-config_1.4.bb   |   18 +---
>>  recipes/xkeyboard-config/xkeyboard-config_1.8.bb   |   18 +---
>>  recipes/xkeyboard-config/xkeyboard-config_git.bb   |   17 +---
>>  33 files changed, 441 insertions(+), 675 deletions(-)
>>  delete mode 100644
>> recipes/cmake/cmake-2.6.4/fix_fortify_source_compilation.patch
>>  rename recipes/cmake/{cmake-2.8.2 =>
>> cmake-2.8.3}/dont-run-cross-binaries.patch (100%)
>>  delete mode 100644 recipes/cmake/cmake-native_2.6.4.bb
>>  rename recipes/cmake/{cmake-native_2.8.2.bb => cmake-native_2.8.3.bb} (56%)
>>  rename recipes/cmake/{cmake-sdk_2.8.2.bb => cmake-sdk_2.8.3.bb} (56%)
>>  delete mode 100644 recipes/cmake/cmake_2.6.4.bb
>>  rename recipes/cmake/{cmake_2.8.2.bb => cmake_2.8.3.bb} (91%)
>>  delete mode 100644 recipes/cups/cups-1.1.23/strftime_fix.patch
>>  delete mode 100644 recipes/cups/cups-1.3.8/use_echo_only_in_init.patch
>>  delete mode 100644 recipes/cups/cups-1.4.3/configure.patch
>>  delete mode 100644 recipes/cups/cups-1.4.3/skip_tools.patch
>>  delete mode 100644 recipes/cups/cups-1.4.3/use_echo_only_in_init.patch
>>  create mode 100644 recipes/cups/cups-1.4.4/text.convs
>>  create mode 100644 recipes/cups/cups-1.4.4/textonly
>>  create mode 100644 recipes/cups/cups-1.4.4/textonly.ppd
>>  delete mode 100644 recipes/cups/cups.inc
>>  delete mode 100644 recipes/cups/cups14.inc
>>  delete mode 100644 recipes/cups/cups_1.1.23.bb
>>  delete mode 100644 recipes/cups/cups_1.2.7.bb
>>  delete mode 100644 recipes/cups/cups_1.3.8.bb
>>  delete mode 100644 recipes/cups/cups_1.4.3.bb
>>  create mode 100644 recipes/libinih/libinih_git.bb
>>  rename recipes/python/{python-dbus_0.83.0.bb => python-dbus_0.83.2.bb} (71%)
>>  create mode 100644 recipes/xkeyboard-config/xkeyboard-config.inc
>>
>>
>> --
>> Otavio Salvador                             O.S. Systems
>> E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
>> Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list