From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/20] Refactor -dev packages to move *.a to -staticdev packages
Date: Fri, 20 Jan 2012 21:18:18 -0800 [thread overview]
Message-ID: <cover.1327123057.git.sgw@linux.intel.com> (raw)
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.
Sau!
The following changes since commit ac162df288f6d8f68c1764fad0ab2d33b9cee281:
distro_tracking: update libpng, libgdbus, opensp, nfs-utils manual check dates (2012-01-20 16:35:08 +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 (20):
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
gcc: refactor packages for staticdev
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
next reply other threads:[~2012-01-21 5:26 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-21 5:18 Saul Wold [this message]
2012-01-21 5:18 ` [PATCH 01/20] Fix Upstream-Status entries Saul Wold
2012-01-21 5:18 ` [PATCH 02/20] apmd: refactor packages for staticdev Saul Wold
2012-01-21 5:18 ` [PATCH 03/20] avahi-ui: " Saul Wold
2012-01-21 5:18 ` [PATCH 04/20] augeas: " Saul Wold
2012-01-21 5:18 ` [PATCH 05/20] libsoup: " Saul Wold
2012-01-21 5:18 ` [PATCH 06/20] sysfsutils: " Saul Wold
2012-01-21 5:18 ` [PATCH 07/20] libxft: " Saul Wold
2012-01-21 5:18 ` [PATCH 08/20] sqlite3: " Saul Wold
2012-01-21 5:18 ` [PATCH 09/20] apr-util: " Saul Wold
2012-01-21 5:18 ` [PATCH 10/20] mpeg2dec: " Saul Wold
2012-01-21 5:18 ` [PATCH 11/20] tiff: " Saul Wold
2012-01-21 5:18 ` [PATCH 12/20] gstreamer: " Saul Wold
2012-01-21 5:18 ` [PATCH 13/20] libtool: " Saul Wold
2012-01-27 8:21 ` Koen Kooi
2012-01-21 5:18 ` [PATCH 14/20] syslinux: " Saul Wold
2012-01-21 5:18 ` [PATCH 15/20] tcp-wrappers: " Saul Wold
2012-01-21 5:18 ` [PATCH 16/20] opkg: move common code & metadata into opkg.inc to reduce code duplication Saul Wold
2012-01-21 6:13 ` Otavio Salvador
2012-01-23 16:21 ` Saul Wold
2012-01-21 5:18 ` [PATCH 17/20] opkg: refactor packages for staticdev Saul Wold
2012-01-21 5:18 ` [PATCH 18/20] eglibc: " Saul Wold
2012-01-22 20:30 ` Phil Blundell
2012-01-23 16:28 ` Saul Wold
2012-01-21 5:18 ` [PATCH 19/20] binutils: " Saul Wold
2012-01-21 5:18 ` [PATCH 20/20] gcc: " Saul Wold
2012-01-22 20:40 ` Phil Blundell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1327123057.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.