All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/21] Refactor -dev packages to move *.a to -staticdev packages
@ 2012-01-23 18:34 Saul Wold
  2012-01-23 18:34 ` [PATCH v2 01/21] Fix Upstream-Status entries Saul Wold
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Saul Wold @ 2012-01-23 18:34 UTC (permalink / raw)
  To: openembedded-core

This patchset, move the remaining static *.a archives from their -dev
packages to the appropriate -staticdev, I have reviewed these and also
looked at the buildhistory output (very useful tool, thanks Paul E.)

The following are the remaining libraries that need to remain in their 
-dev packages:

libc6-dev                 /usr/lib/libc_nonshared.a
libc6-dev                 /usr/lib/libpthread_nonshared.a
libgcc-s-dev              /usr/lib/i586-poky-linux/4.6.3/libgcc.a
libgcc-s-dev              /usr/lib/i586-poky-linux/4.6.3/libgcc_eh.a
libgcov-dev               /usr/lib/i586-poky-linux/4.6.3/libgcov.a
libssp-dev                /usr/lib/libssp_nonshared.a

I think that now that we are completed, we might be able to write a QA 
check of some form that can verify against the above as a whitelist as
each package is created.

v2:
   Fixed RPROVIDES in eglibc and INC_PR in opkg
   Fixed commit message for gcc and gcov (2 commits now)


Sau!


The following changes since commit 6708b3e908ae383922703390ac2d39f40348e1b3:

  gcc-package-cross.inc: Mark do_package* tasks as noexec (2012-01-23 09:01:26 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (21):
  Fix Upstream-Status entries
  apmd: refactor packages for staticdev
  avahi-ui: refactor packages for staticdev
  augeas: refactor packages for staticdev
  libsoup: refactor packages for staticdev
  sysfsutils: refactor packages for staticdev
  libxft: refactor packages for staticdev
  sqlite3: refactor packages for staticdev
  apr-util: refactor packages for staticdev
  mpeg2dec: refactor packages for staticdev
  tiff: refactor packages for staticdev
  gstreamer: refactor packages for staticdev
  libtool: refactor packages for staticdev
  syslinux: refactor packages for staticdev
  tcp-wrappers: refactor packages for staticdev
  opkg: move common code & metadata into opkg.inc to reduce code
    duplication
  opkg: refactor packages for staticdev
  eglibc: refactor packages for staticdev
  binutils: refactor packages for staticdev
  libgcc: Seperate out libgcov.a from libgcc-dev
  gcc: move shared .a to their own package

 meta/recipes-bsp/apmd/apmd_3.2.2-14.bb             |    9 ++--
 meta/recipes-connectivity/avahi/avahi-ui_0.6.30.bb |    7 ++-
 .../busybox-1.19.3/busybox-1.19.3-getty.patch      |    2 +-
 meta/recipes-core/eglibc/eglibc-package.inc        |    9 +++-
 meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb   |    9 ++--
 meta/recipes-devtools/binutils/binutils.inc        |    1 -
 meta/recipes-devtools/binutils/binutils_2.22.bb    |    2 +-
 meta/recipes-devtools/gcc/gcc-4.6.inc              |    2 +-
 meta/recipes-devtools/gcc/gcc-package-runtime.inc  |    9 +++-
 meta/recipes-devtools/gcc/libgcc_4.6.bb            |    4 +-
 meta/recipes-devtools/libtool/libtool-2.4.2.inc    |    9 ++--
 .../libtool/libtool/fix-rpath.patch                |    2 +-
 meta/recipes-devtools/opkg/opkg.inc                |   44 +++++++++++++++++++-
 meta/recipes-devtools/opkg/opkg_0.1.8.bb           |   44 +-------------------
 meta/recipes-devtools/opkg/opkg_svn.bb             |   42 +------------------
 .../qemu/qemu-0.14.0/arm-bgr.patch                 |    2 +-
 .../qemu/qemu-0.15.1/arm-bgr.patch                 |    2 +-
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    5 +-
 meta/recipes-extended/augeas/augeas.inc            |    7 ++-
 meta/recipes-extended/augeas/augeas_0.10.0.bb      |    2 +-
 .../libzypp/libzypp/libzypp-compatargs.patch       |    2 +-
 .../tcp-wrappers/tcp-wrappers_7.6.bb               |    9 ++--
 meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb     |    7 +---
 .../error-address-work-around.patch                |    2 +
 ...-t-let-systemd-unit-restore-the-volume-wh.patch |    2 +-
 .../gstreamer/gst-ffmpeg_0.10.13.bb                |    5 +-
 .../gstreamer/gst-plugins-bad_0.10.22.bb           |    2 +-
 .../gstreamer/gst-plugins-package.inc              |    9 ++--
 meta/recipes-multimedia/libtiff/tiff_3.9.5.bb      |    7 ++-
 meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |   10 +++--
 meta/recipes-support/apr/apr-util_1.4.1.bb         |    4 +-
 .../dprintf_conflict_with_eglibc.patch             |    2 +
 meta/recipes-support/libsoup/libsoup_2.2.105.bb    |    8 ++--
 .../shared-mime-info/parallelmake.patch            |    2 +-
 meta/recipes-support/sqlite/sqlite3.inc            |    6 ++-
 meta/recipes-support/sqlite/sqlite3_3.7.9.bb       |    2 +-
 36 files changed, 137 insertions(+), 155 deletions(-)

-- 
1.7.6.5




^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2012-01-23 18:43 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-23 18:34 [PATCH v2 00/21] Refactor -dev packages to move *.a to -staticdev packages Saul Wold
2012-01-23 18:34 ` [PATCH v2 01/21] Fix Upstream-Status entries Saul Wold
2012-01-23 18:34 ` [PATCH v2 02/21] apmd: refactor packages for staticdev Saul Wold
2012-01-23 18:34 ` [PATCH v2 03/21] avahi-ui: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 04/21] augeas: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 05/21] libsoup: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 06/21] sysfsutils: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 07/21] libxft: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 08/21] sqlite3: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 09/21] apr-util: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 10/21] mpeg2dec: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 11/21] tiff: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 12/21] gstreamer: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 13/21] libtool: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 14/21] syslinux: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 15/21] tcp-wrappers: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 16/21] opkg: move common code & metadata into opkg.inc to reduce code duplication Saul Wold
2012-01-23 18:34 ` [PATCH v2 17/21] opkg: refactor packages for staticdev Saul Wold
2012-01-23 18:34 ` [PATCH v2 18/21] eglibc: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 19/21] binutils: " Saul Wold
2012-01-23 18:34 ` [PATCH v2 20/21] libgcc: Seperate out libgcov.a from libgcc-dev Saul Wold
2012-01-23 18:34 ` [PATCH v2 21/21] gcc: move shared .a to their own package Saul Wold

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.