* Re: [oe-commits] Saul Wold : util-linux: Update to 2.22.1
[not found] <20121203144920.55C841035D@opal>
@ 2012-12-03 19:15 ` Martin Jansa
2012-12-03 19:36 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2012-12-03 19:15 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 2372 bytes --]
On Mon, Dec 03, 2012 at 02:49:20PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550
> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>
> Author: Saul Wold <sgw@linux.intel.com>
> Date: Fri Nov 16 19:51:34 2012 +0000
>
> util-linux: Update to 2.22.1
>
> Fix the configure-sbindir test, which was not working correctly
> add a patch to configure to correctly test if the prefixes are
> conatined in libdir so they don't duplicate.
>
> Removed aarch64 patch since it been merged into this version
>
> Rebased util-linux-ng-replace-siginterrupt.patch
This seems to autodetect systemd if available and cause some unpackaged
files
util-linux-2.22.1: util-linux: Files/directories were installed but not
shipped
/lib/systemd
/lib/systemd/system
/lib/systemd/system/uuidd.socket
/lib/systemd/system/uuidd.service
I should be resolved by meta-systemd, by adding bbappend (that's what I
did for pcsc-lite doing the same).
But maybe oe-core should explicitly disable systemd for meta-systemd to
explicitly enable it back.
Cheers,
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> ---
>
> meta/recipes-core/util-linux/util-linux.inc | 21 +++++++++++--------
> .../util-linux/add-aarch64-support.patch | 18 -----------------
> .../util-linux/util-linux/configure-sbindir.patch | 15 +++++++++----
> .../util-linux/util-linux/fix-configure.patch | 20 +++++++++++++++++++
> .../util-linux/uclibc-__progname-conflict.patch | 14 ++++++------
> .../util-linux-ng-replace-siginterrupt.patch | 15 +++++++------
> .../{util-linux_2.21.2.bb => util-linux_2.22.1.bb} | 10 ++++----
> 7 files changed, 62 insertions(+), 51 deletions(-)
>
> Diff: http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [oe-commits] Saul Wold : util-linux: Update to 2.22.1
2012-12-03 19:15 ` [oe-commits] Saul Wold : util-linux: Update to 2.22.1 Martin Jansa
@ 2012-12-03 19:36 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-12-03 19:36 UTC (permalink / raw)
To: openembedded-core
On 12/03/2012 11:15 AM, Martin Jansa wrote:
> On Mon, Dec 03, 2012 at 02:49:20PM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>> URL: http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>>
>> Author: Saul Wold <sgw@linux.intel.com>
>> Date: Fri Nov 16 19:51:34 2012 +0000
>>
>> util-linux: Update to 2.22.1
>>
>> Fix the configure-sbindir test, which was not working correctly
>> add a patch to configure to correctly test if the prefixes are
>> conatined in libdir so they don't duplicate.
>>
>> Removed aarch64 patch since it been merged into this version
>>
>> Rebased util-linux-ng-replace-siginterrupt.patch
>
> This seems to autodetect systemd if available and cause some unpackaged
> files
>
> util-linux-2.22.1: util-linux: Files/directories were installed but not
> shipped
> /lib/systemd
> /lib/systemd/system
> /lib/systemd/system/uuidd.socket
> /lib/systemd/system/uuidd.service
>
> I should be resolved by meta-systemd, by adding bbappend (that's what I
> did for pcsc-lite doing the same).
>
> But maybe oe-core should explicitly disable systemd for meta-systemd to
> explicitly enable it back.
>
Sorry about that, I know that Khem also had some changes that I am
looking at, I have not looked to see if they address the issue.
Sau!
> Cheers,
>
>>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>> ---
>>
>> meta/recipes-core/util-linux/util-linux.inc | 21 +++++++++++--------
>> .../util-linux/add-aarch64-support.patch | 18 -----------------
>> .../util-linux/util-linux/configure-sbindir.patch | 15 +++++++++----
>> .../util-linux/util-linux/fix-configure.patch | 20 +++++++++++++++++++
>> .../util-linux/uclibc-__progname-conflict.patch | 14 ++++++------
>> .../util-linux-ng-replace-siginterrupt.patch | 15 +++++++------
>> .../{util-linux_2.21.2.bb => util-linux_2.22.1.bb} | 10 ++++----
>> 7 files changed, 62 insertions(+), 51 deletions(-)
>>
>> Diff: http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=ac807121ce3ba965f3e2a4f664a60ae4e33ce550
>>
>> _______________________________________________
>> Openembedded-commits mailing list
>> Openembedded-commits@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-03 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20121203144920.55C841035D@opal>
2012-12-03 19:15 ` [oe-commits] Saul Wold : util-linux: Update to 2.22.1 Martin Jansa
2012-12-03 19:36 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox