[oe] [PATCH 0/6] add 5 recipes and 1 bug fix

Hongxu Jia hongxu.jia at windriver.com
Fri Jul 28 02:02:25 UTC 2017


On 2017年07月27日 21:46, Khem Raj wrote:
> On Thu, Jul 27, 2017 at 1:44 AM, Hongxu Jia <hongxu.jia at windriver.com> wrote:
>> Changed in V2:
>>
>> - s/fix contamination on centos7/fix host contamination on centos7/
>>
>> //Hongxu
>>
>> The following changes since commit a3a1ff1d411bcee88ed56caf4c9a7148c4a6e54a:
>>
>>    usermode: add recipe 1.111 (2017-07-24 21:13:11 -0400)
>>
>> are available in the git repository at:
>>
>>    git://git.openembedded.org/openembedded-core-contrib hongxu/add-recipe2
>>    http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/add-recipe2
>>
>> Hongxu Jia (6):
>>    glade: fix host contamination on centos7
>>    tigervnc: add recipe 1.8.0
>>    libreport: add recipe 2.9.1
>>    libblockdev: add recipe 2.10
>>    python3-blivet: add recipe 2.2.0
>>    python3-blivetgui: add recipe 2.1.5see if
> can you see if they build with musl too?

Already done, and 1 fix on libblockdev in this RR.

Build targetvnc and glade success with musl.

The libreport, pyton3-blivet and python3-blivetgui is systemd specific
which musl does not support.

//Hongxu

>
>>   meta-oe/recipes-devtools/glade/glade_3.20.0.bb     |   4 +-
>>   .../0001-fix-configure-and-compile-failures.patch  |  79 ++++
>>   .../files/0002-remove-python2-support.patch        |  30 ++
>>   ...emove-dmraid-while-compiling-with-with-dm.patch | 470 +++++++++++++++++++++
>>   ...ix-compile-failure-against-musl-C-library.patch |  50 +++
>>   .../libblockdev/libblockdev_2.10.bb                |  50 +++
>>   .../0001-Makefile.am-remove-doc-and-apidoc.patch   |  28 ++
>>   ...ac-remove-prog-test-of-xmlto-and-asciidoc.patch |  48 +++
>>   .../files/0003-without-build-plugins.patch         |  26 ++
>>   ...configure.ac-remove-prog-test-of-augparse.patch |  36 ++
>>   .../files/0005-remove-python2-support.patch        | 142 +++++++
>>   .../recipes-extended/libreport/libreport_2.9.1.bb  |  43 ++
>>   .../files/0001-tigervnc-remove-includedir.patch    |  50 +++
>>   .../0002-do-not-build-tests-sub-directory.patch    |  29 ++
>>   ...missing-dynamic-library-to-FLTK_LIBRARIES.patch |  28 ++
>>   ...tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch |  62 +++
>>   .../recipes-graphics/tigervnc/tigervnc_1.8.0.bb    | 131 ++++++
>>   .../python3-blivet/0001-comment-out-selinux.patch  |  70 +++
>>   .../0002-run_program-support-timeout.patch         | 102 +++++
>>   .../0003-support-infinit-timeout.patch             |  66 +++
>>   .../0004-Mount-var-volatile-during-install.patch   |  59 +++
>>   .../0005-update-fstab-by-appending.patch           |  32 ++
>>   ...0006-fix-new.roots-object-is-not-iterable.patch |  28 ++
>>   ...correct-timeout-while-system-time-changed.patch |  48 +++
>>   .../python3-blivet/0008-tweak-btrfs-packages.patch |  45 ++
>>   ...0009-invoking-mount-with-infinite-timeout.patch |  31 ++
>>   ...-use-oe-variable-to-replace-hardcoded-dir.patch |  34 ++
>>   .../0011-invoking-fsck-with-infinite-timeout.patch |  31 ++
>>   .../0012-invoking-mkfs-with-infinite-timeout.patch |  31 ++
>>   ...evert-Adapt-to-logging-module-name-change.patch |  30 ++
>>   .../python-blivet/python3-blivet_2.2.0.bb          |  46 ++
>>   .../python-blivet/python3-blivetgui_2.1.5.bb       |  27 ++
>>   32 files changed, 1983 insertions(+), 3 deletions(-)
>>   create mode 100644 meta-oe/recipes-extended/libblockdev/files/0001-fix-configure-and-compile-failures.patch
>>   create mode 100644 meta-oe/recipes-extended/libblockdev/files/0002-remove-python2-support.patch
>>   create mode 100644 meta-oe/recipes-extended/libblockdev/files/0003-remove-dmraid-while-compiling-with-with-dm.patch
>>   create mode 100644 meta-oe/recipes-extended/libblockdev/files/0004-fix-compile-failure-against-musl-C-library.patch
>>   create mode 100644 meta-oe/recipes-extended/libblockdev/libblockdev_2.10.bb
>>   create mode 100644 meta-oe/recipes-extended/libreport/files/0001-Makefile.am-remove-doc-and-apidoc.patch
>>   create mode 100644 meta-oe/recipes-extended/libreport/files/0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch
>>   create mode 100644 meta-oe/recipes-extended/libreport/files/0003-without-build-plugins.patch
>>   create mode 100644 meta-oe/recipes-extended/libreport/files/0004-configure.ac-remove-prog-test-of-augparse.patch
>>   create mode 100644 meta-oe/recipes-extended/libreport/files/0005-remove-python2-support.patch
>>   create mode 100644 meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>>   create mode 100644 meta-oe/recipes-graphics/tigervnc/files/0001-tigervnc-remove-includedir.patch
>>   create mode 100644 meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch
>>   create mode 100644 meta-oe/recipes-graphics/tigervnc/files/0003-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch
>>   create mode 100644 meta-oe/recipes-graphics/tigervnc/files/0004-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch
>>   create mode 100644 meta-oe/recipes-graphics/tigervnc/tigervnc_1.8.0.bb
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0001-comment-out-selinux.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0002-run_program-support-timeout.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0003-support-infinit-timeout.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0004-Mount-var-volatile-during-install.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0005-update-fstab-by-appending.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0006-fix-new.roots-object-is-not-iterable.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0007-fix-incorrect-timeout-while-system-time-changed.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0008-tweak-btrfs-packages.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0009-invoking-mount-with-infinite-timeout.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0010-use-oe-variable-to-replace-hardcoded-dir.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0011-invoking-fsck-with-infinite-timeout.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0012-invoking-mkfs-with-infinite-timeout.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0013-Revert-Adapt-to-logging-module-name-change.patch
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
>>   create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.5.bb
>>
>> --
>> 2.8.1
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel





More information about the Openembedded-devel mailing list