From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/26] Staticdev re-packaging - split version
Date: Mon, 11 Jul 2011 16:13:07 -0700 [thread overview]
Message-ID: <cover.1310425837.git.sgw@linux.intel.com> (raw)
Richard:
Here is a split up version of the staticdev repackaging, it adds a
new shared_lib.bbclass for packaging lib${PN} that don't fall under
Debian renaming rules (about 5 recipes).
This is the first pass, and will be iterative as I believe there are
other recipes that will need modifications.
Thanks
Sau!
The following changes since commit e66c2999afa2b3efbce8bb46c89f9db5e15f35c7:
libx11: ensure nativesdk uses correct DEPENDS and XCB flags (2011-07-10 09:49:06 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/static
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/static
Saul Wold (26):
bitbake.conf: Add *-config to default ${PN}-dev package
lib_package.bbclass: add *_nonshared.a to -dev package
shared_lib.bbclass: create common class
pciutils: repackage development files in pciutils instead of libpci
wireless-tools: Updated for staticdev packaging
augeas: inherit shared_lib class
gamin: inherit shared_lib class
sqlite3: inherit shared_lib class
curl: inherit shared_lib class
attr: inherit shared_lib class
rpm: Create ${PN}-staticdev package
libxft: use default bitbake.conf FILES Packaging to handle staticdev
js: Use bitbake default FILES for packaging
tcp-wrappers: Use bitbake default FILES for packaging
udev: Use bitbake default FILES for packaging
liba52: Use bitbake default FILES for packaging
python: Use bitbake default FILES for packaging
external-csl-toolchain: Use bitbake default FILES for packaging
opkg: Use bitbake default FILES for packaging
util-linux: Use bitbake default FILES for packaging
gettext: Use bitbake default FILES for packaging
gcc: Use bitbake default FILES for packaging
glibc: Use bitbake default FILES for packaging
eglibc: Use bitbake default FILES for packaging
uclibc: Use bitbake default FILES for packaging
binutils: Use bitbake default FILES for packaging
meta/classes/lib_package.bbclass | 7 +++--
meta/classes/shared_lib.bbclass | 9 +++++++
meta/conf/bitbake.conf | 2 +-
meta/recipes-bsp/pciutils/pciutils_3.1.7.bb | 10 +++----
.../wireless-tools/wireless-tools_29.bb | 12 +++++----
meta/recipes-core/eglibc/eglibc-common.inc | 2 +-
meta/recipes-core/eglibc/eglibc-package.inc | 8 ++++--
meta/recipes-core/gettext/gettext_0.16.1.bb | 4 +-
meta/recipes-core/gettext/gettext_0.18.1.1.bb | 22 ++++++++--------
meta/recipes-core/glibc/glibc-package.inc | 12 ++++++---
.../meta/external-csl-toolchain_2008q3-72.bb | 20 ++++++++-------
meta/recipes-core/uclibc/uclibc.inc | 7 +++--
meta/recipes-core/udev/udev-new.inc | 26 ++++++++++++-------
meta/recipes-core/udev/udev_164.bb | 2 +-
meta/recipes-core/util-linux/util-linux.inc | 17 +++++++++----
meta/recipes-core/util-linux/util-linux_2.19.1.bb | 2 +-
.../binutils/binutils-cross-canadian_2.21.1.bb | 2 +-
meta/recipes-devtools/binutils/binutils-cross.inc | 2 +
.../binutils/binutils-cross_csl-arm-2008q1.bb | 2 +-
.../binutils/binutils-crosssdk_2.21.1.bb | 2 +-
meta/recipes-devtools/binutils/binutils.inc | 9 +-----
meta/recipes-devtools/binutils/binutils_2.21.1.bb | 2 +-
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 25 +++++++++++++-----
meta/recipes-devtools/gcc/libgcc_4.6.bb | 2 +-
meta/recipes-devtools/opkg/opkg_0.1.8.bb | 10 ++++---
meta/recipes-devtools/opkg/opkg_svn.bb | 10 ++++---
meta/recipes-devtools/python/python_2.6.6.bb | 2 -
meta/recipes-devtools/rpm/rpm_5.4.0.bb | 16 +++++++-----
meta/recipes-extended/augeas/augeas.inc | 7 +----
meta/recipes-extended/augeas/augeas_0.8.1.bb | 2 +-
meta/recipes-extended/gamin/gamin_0.1.10.bb | 13 +--------
.../tcp-wrappers/tcp-wrappers_7.6.bb | 17 +++++++-----
meta/recipes-graphics/xorg-lib/libxft_2.2.0.bb | 7 +----
meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 4 +--
meta/recipes-support/attr/acl_2.2.51.bb | 2 +-
meta/recipes-support/attr/attr_2.4.46.bb | 2 +-
meta/recipes-support/attr/ea-acl.inc | 16 +-----------
meta/recipes-support/curl/curl_7.21.7.bb | 17 ++++--------
meta/recipes-support/js/js_1.7.0+1.8.0rc1.bb | 3 +-
meta/recipes-support/sqlite/sqlite3.inc | 10 +------
40 files changed, 175 insertions(+), 171 deletions(-)
create mode 100644 meta/classes/shared_lib.bbclass
--
1.7.3.4
next reply other threads:[~2011-07-11 23:17 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-11 23:13 Saul Wold [this message]
2011-07-11 23:13 ` [PATCH 01/26] bitbake.conf: Add *-config to default ${PN}-dev package Saul Wold
2011-07-12 9:05 ` Phil Blundell
2011-07-11 23:13 ` [PATCH 02/26] lib_package.bbclass: add *_nonshared.a to -dev package Saul Wold
2011-07-12 9:59 ` Phil Blundell
2011-07-11 23:13 ` [PATCH 03/26] shared_lib.bbclass: create common class Saul Wold
2011-07-12 6:57 ` Koen Kooi
2011-07-12 9:11 ` Phil Blundell
2011-07-12 9:13 ` Phil Blundell
2011-07-12 18:26 ` Saul Wold
2011-07-11 23:13 ` [PATCH 04/26] pciutils: repackage development files in pciutils instead of libpci Saul Wold
2011-07-11 23:13 ` [PATCH 05/26] wireless-tools: Updated for staticdev packaging Saul Wold
2011-07-12 7:02 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 06/26] augeas: inherit shared_lib class Saul Wold
2011-07-11 23:13 ` [PATCH 07/26] gamin: " Saul Wold
2011-07-11 23:13 ` [PATCH 08/26] sqlite3: " Saul Wold
2011-07-12 7:00 ` Koen Kooi
2011-07-12 18:41 ` Saul Wold
2011-07-12 18:48 ` Phil Blundell
2011-07-12 19:24 ` Saul Wold
2011-07-11 23:13 ` [PATCH 09/26] curl: " Saul Wold
2011-07-11 23:13 ` [PATCH 10/26] attr: " Saul Wold
2011-07-11 23:13 ` [PATCH 11/26] rpm: Create ${PN}-staticdev package Saul Wold
2011-07-12 7:11 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 12/26] libxft: use default bitbake.conf FILES Packaging to handle staticdev Saul Wold
2011-07-12 7:10 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 13/26] js: Use bitbake default FILES for packaging Saul Wold
2011-07-12 7:13 ` Koen Kooi
2011-07-12 18:48 ` Saul Wold
2011-07-11 23:13 ` [PATCH 14/26] tcp-wrappers: " Saul Wold
2011-07-12 7:16 ` Koen Kooi
2011-07-12 19:10 ` Saul Wold
2011-07-11 23:13 ` [PATCH 15/26] udev: " Saul Wold
2011-07-11 23:13 ` [PATCH 16/26] liba52: " Saul Wold
2011-07-11 23:13 ` [PATCH 17/26] python: " Saul Wold
2011-07-12 7:08 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 18/26] external-csl-toolchain: " Saul Wold
2011-07-11 23:13 ` [PATCH 19/26] opkg: " Saul Wold
2011-07-11 23:13 ` [PATCH 20/26] util-linux: " Saul Wold
2011-07-11 23:13 ` [PATCH 21/26] gettext: " Saul Wold
2011-07-12 7:17 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 22/26] gcc: " Saul Wold
2011-07-11 23:13 ` [PATCH 23/26] glibc: " Saul Wold
2011-07-12 7:16 ` Koen Kooi
2011-07-11 23:13 ` [PATCH 24/26] eglibc: " Saul Wold
2011-07-11 23:13 ` [PATCH 25/26] uclibc: " Saul Wold
2011-07-11 23:13 ` [PATCH 26/26] binutils: " Saul Wold
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.1310425837.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox