[oe-commits] Khem Raj : uclibc: Separate the bits between uclibc and uclibc-initial

git at git.openembedded.org git at git.openembedded.org
Fri Jun 29 12:24:40 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: bdfd2f6f286889b8920ebf6a670542b26534c1cb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bdfd2f6f286889b8920ebf6a670542b26534c1cb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jun 28 14:36:53 2012 -0700

uclibc: Separate the bits between uclibc and uclibc-initial

uclibc and uclibc-initial were providing conflicting PROVIDES
separate the common bits into logical pieces. Create a common
inc file to hold package information and version specific includes
so correct logical units can be included in uclibc and uclibc-initial
recipes.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/uclibc/uclibc-0.9.33.inc         |   21 ++++
 meta/recipes-core/uclibc/uclibc-git.inc            |   23 ++++
 .../uclibc/uclibc-git/utmp-locking.patch           |  106 ++++++++++++++++++++
 meta/recipes-core/uclibc/uclibc-initial_0.9.33.bb  |    3 +-
 meta/recipes-core/uclibc/uclibc-initial_git.bb     |    3 +-
 meta/recipes-core/uclibc/uclibc-package.inc        |   37 +++++++
 meta/recipes-core/uclibc/uclibc.inc                |   59 +-----------
 meta/recipes-core/uclibc/uclibc_0.9.33.bb          |   33 +++----
 meta/recipes-core/uclibc/uclibc_git.bb             |   33 +++----
 9 files changed, 221 insertions(+), 97 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=bdfd2f6f286889b8920ebf6a670542b26534c1cb




More information about the Openembedded-commits mailing list