Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/3] util-linux: Update from 2.21 -> 2.22
Date: Sun, 02 Dec 2012 23:40:00 -0800	[thread overview]
Message-ID: <50BC5750.6080300@linux.intel.com> (raw)
In-Reply-To: <CAMKF1spM=0zDXLdpO0WReiidVk29n7UUew3sOngA3ce23PHinQ@mail.gmail.com>

On 12/02/2012 09:57 PM, Khem Raj wrote:
>
>
> On Sun, Dec 2, 2012 at 8:37 PM, Saul Wold <sgw@linux.intel.com
> <mailto:sgw@linux.intel.com>> wrote:
>
>         2.21 has some linking issues with gold on uclibc where mount
>         program does not work. Its some sort of underlinking.
>
>         2.22 did not solve that problem completely either
>
>         Signed-off-by: Khem Raj <raj.khem@gmail.com
>         <mailto:raj.khem@gmail.com>>
>         ---
>            meta/recipes-core/util-linux/__util-linux.inc        |   18
>         +++++++++++-------
>            .../util-linux/add-aarch64-__support.patch           |    4 ++--
>            .../util-linux/uclibc-____progname-conflict.patch    |   14
>         +++++++-------
>            .../util-linux-ng-replace-__siginterrupt.patch       |   14
>         +++++++-------
>            .../{util-linux_2.21.2.bb <http://util-linux_2.21.2.bb> =>
>         util-linux_2.22.bb <http://util-linux_2.22.bb>}   |    8 +++-----
>            5 files changed, 30 insertions(+), 28 deletions(-)
>            rename meta/recipes-core/util-linux/{__util-linux_2.21.2.bb
>         <http://util-linux_2.21.2.bb> => util-linux_2.22.bb
>         <http://util-linux_2.22.bb>} (88%)
>
>         diff --git a/meta/recipes-core/util-__linux/util-linux.inc
>         b/meta/recipes-core/util-__linux/util-linux.inc
>         index f2f9a04..00b332a 100644
>         --- a/meta/recipes-core/util-__linux/util-linux.inc
>         +++ b/meta/recipes-core/util-__linux/util-linux.inc
>         @@ -8,16 +8,16 @@ SECTION = "base"
>            LICENSE = "GPLv2+ & LGPLv2.1+ & BSD"
>
>            LIC_FILES_CHKSUM =
>         "file://README.licensing;md5=__9c920d811858a74b67a36ba23cbaa9__5f \
>         -
>           file://COPYING;md5=__59530bdf33659b29e73d4adb9f9f65__52 \
>         -
>           file://Documentation/licenses/__COPYING.GPLv2;md5=__8ca43cbc842c2336e835926c2166c2__8b \
>         -
>           file://Documentation/licenses/__COPYING.LGPLv2.1;md5=__bbb461211a33b134d42ed5ee802b37__ff \
>         +
>           file://COPYING;md5=__b234ee4d69f5fce4486a80fdaf4a42__63 \
>         +
>           file://Documentation/licenses/__COPYING.GPLv2;md5=__b234ee4d69f5fce4486a80fdaf4a42__63 \
>         +
>           file://Documentation/licenses/__COPYING.LGPLv2.1;md5=__4fbd65380cdd255951079008b36451__6c \
>
>         file://Documentation/licenses/__COPYING.BSD-3;md5=__58dcd8452651fc8b07d1f65ce07ca8__af
>         \
>         -
>           file://Documentation/licenses/__COPYING.UCB;md5=__263860f8968d8bafa5392cab742852__62 \
>         -
>           file://getopt/COPYING;md5=__c3a41733416fb80af7ba1b7e1f7125__51"
>         +
>           file://Documentation/licenses/__COPYING.UCB;md5=__263860f8968d8bafa5392cab742852__62"
>
>            inherit autotools gettext pkgconfig
>            DEPENDS = "zlib ncurses"
>            DEPENDS_append_class-native = " lzo-native"
>         +DEPENDS_append_class-target = " libpam"
>
>
>     Forgot to ask in my other email, why the dependency on libpam here?
>     Should this not be under a check for pam in DISTRO_FEATURES?
>
>
> it did not build without pam. Try it out may be I was wrong.

Seemed to work fine for me with Poky, was this a non-distro setting?

Sau!




  reply	other threads:[~2012-12-03  7:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-02 20:44 [PATCH 0/3] Upgrade util-linux and misc fixes Khem Raj
2012-12-02 20:45 ` [PATCH 1/3] kernel.bbclass, module-base.bbclass: Use CC to form KERNEL_CC Khem Raj
2012-12-02 20:45 ` [PATCH 2/3] util-linux: Update from 2.21 -> 2.22 Khem Raj
2012-12-03  4:35   ` Saul Wold
2012-12-03  4:37   ` Saul Wold
2012-12-03  5:57     ` Khem Raj
2012-12-03  7:40       ` Saul Wold [this message]
2012-12-04 19:51         ` Khem Raj
2012-12-02 20:45 ` [PATCH 3/3] libcgroup: Fix QA error about .so symlink Khem Raj
2012-12-02 23:26   ` Paul Eggleton
2012-12-03  4:36     ` Saul Wold
2012-12-03  5:59     ` Khem Raj

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=50BC5750.6080300@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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