From: Robert Schuster <theBohemian@gmx.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [oe-commits] org.oe.dev Fix horribly broken util-linux-ng 2.14 for uclibc. It also needs a new config option in .config of uclibc to enable
Date: Tue, 12 Aug 2008 07:02:58 +0200 [thread overview]
Message-ID: <48A11982.9080202@gmx.net> (raw)
In-Reply-To: <20080726102720.537D9189322@amethyst.openembedded.net>
[-- Attachment #1.1: Type: text/plain, Size: 1191 bytes --]
Hi Khem,
khem commit schrieb:
> Fix horribly broken util-linux-ng 2.14 for uclibc. It also needs a new config option in .config of uclibc to enable
> UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
> UCLIBC_HAS___PROGNAME=y
>
> These should be enabled in uclibc.distro files. I will seek permission to add those if not we can always fix util-linux-ng to define __progname.
>
> Author: khem@openembedded.org
> Branch: org.openembedded.dev
> Revision: b86db14f5edd4f268d21ba089697b479d09548ce
> ViewMTN: http://monotone.openembedded.org/revision/info/b86db14f5edd4f268d21ba089697b479d09548ce
> Files:
> 1
> packages/util-linux-ng/util-linux-ng-2.14
> packages/util-linux-ng/util-linux-ng-2.14/util-linux-ng-uclibc-versionsort.patch
> packages/util-linux-ng/util-linux-ng_2.14.bb
> Diffs:
>
> #
> # mt diff -r91a47e622b5c8c28247219a17c0f4fe751e9a7cd -rb86db14f5edd4f268d21ba089697b479d09548ce
As said this commit alone does not make util-linux-ng compile against
uclibc (0.9.29). While UCLIBC_HAS___PROGNAME=y is already set
UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not. After doing so util-linux-ng
compiles nicely.
Would the attached patch be accepted?
Regards
Robert
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: oe-uclibc-program_invocation_name.patch --]
[-- Type: text/x-patch; name="oe-uclibc-program_invocation_name.patch", Size: 737 bytes --]
#
# old_revision [3409bc1c06c4e7b69c7d0d59afa555dac069ccfa]
#
# patch "packages/uclibc/uclibc-0.9.29/uClibc.distro"
# from [cf89107fd4379acbf2713de1b289276ce66783d2]
# to [5ab6fa024000a05eedaae60094004a19f23b49cd]
#
============================================================
--- packages/uclibc/uclibc-0.9.29/uClibc.distro cf89107fd4379acbf2713de1b289276ce66783d2
+++ packages/uclibc/uclibc-0.9.29/uClibc.distro 5ab6fa024000a05eedaae60094004a19f23b49cd
@@ -28,7 +28,7 @@ UCLIBC_HAS_SHADOW=y
UCLIBC_SUSV3_LEGACY=y
UCLIBC_SUSV3_LEGACY_MACROS=y
UCLIBC_HAS_SHADOW=y
-# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set
+UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y
UCLIBC_HAS___PROGNAME=y
UNIX98PTY_ONLY=y
ASSUME_DEVPTS=y
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]
parent reply other threads:[~2008-08-12 5:01 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20080726102720.537D9189322@amethyst.openembedded.net>]
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=48A11982.9080202@gmx.net \
--to=thebohemian@gmx.net \
--cc=openembedded-devel@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