From: Saul Wold <saul.wold@intel.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/3] util-linux: split out libuuid and libblkid into separate packages
Date: Wed, 19 Jan 2011 11:13:35 -0800 [thread overview]
Message-ID: <4D3737DF.2040906@intel.com> (raw)
In-Reply-To: <88be364793ae493d048409762c83ca4126e3fecf.1295455496.git.paul.eggleton@linux.intel.com>
On 01/19/2011 08:55 AM, Paul Eggleton wrote:
> libuuid and libblkid can exist on their own separately from the rest
> of util-linux. Slightly reduces the overall footprint of other packages
> that depend on these libraries.
>
Is this different than the work that Qing submitted last night? Are you
both addressing the same bug #661?
This fix seems different than his, we need to make sure we are better
coordinated
Thanks
Sau!
> Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com>
> ---
> meta/recipes-core/util-linux/util-linux.inc | 6 ++++--
> meta/recipes-core/util-linux/util-linux_2.17.2.bb | 2 +-
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
> index 53d8463..c3e1ace 100644
> --- a/meta/recipes-core/util-linux/util-linux.inc
> +++ b/meta/recipes-core/util-linux/util-linux.inc
> @@ -27,7 +27,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/util-linux-ng/v${MAJOR_VERSION}/u
> file://make_include \
> "
>
> -PACKAGES_prepend = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-swaponoff util-linux-losetup util-linux-umount util-linux-mount util-linux-readprofile "
> +PACKAGES_prepend = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-swaponoff util-linux-losetup util-linux-umount util-linux-mount util-linux-readprofile util-linux-libuuid util-linux-libblkid "
>
> PACKAGES_virtclass-native = ""
>
> @@ -47,9 +47,11 @@ FILES_util-linux-losetup = "/sbin/losetup.${PN}"
> FILES_util-linux-mount = "/bin/mount.${PN}"
> FILES_util-linux-umount = "/bin/umount.${PN}"
> FILES_util-linux-readprofile = "/sbin/readprofile"
> +FILES_util-linux-libuuid = "/usr/lib/libuuid.so.*"
> +FILES_util-linux-libblkid = "/usr/lib/libblkid.so.*"
>
> RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk util-linux-mount util-linux-readprofile "
> -RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup"
> +RDEPENDS_${PN} = "util-linux-umount util-linux-swaponoff util-linux-losetup util-linux-libuuid util-linux-libblkid"
>
> RRECOMMENDS_${PN}_virtclass-native = ""
> RDEPENDS_${PN}_virtclass-native = ""
> diff --git a/meta/recipes-core/util-linux/util-linux_2.17.2.bb b/meta/recipes-core/util-linux/util-linux_2.17.2.bb
> index 9b344d4..662bde0 100644
> --- a/meta/recipes-core/util-linux/util-linux_2.17.2.bb
> +++ b/meta/recipes-core/util-linux/util-linux_2.17.2.bb
> @@ -1,6 +1,6 @@
> MAJOR_VERSION = "2.17"
> require util-linux.inc
> -PR="r1"
> +PR = "r2"
>
> SRC_URI += "file://uclibc-compile.patch \
> file://util-linux-ng-replace-siginterrupt.patch"
next prev parent reply other threads:[~2011-01-19 19:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-19 16:55 [PATCH 0/3] util-linux: split out libuuid and libblkid Paul Eggleton
2011-01-19 16:55 ` [PATCH 1/3] util-linux: split out libuuid and libblkid into separate packages Paul Eggleton
2011-01-19 19:13 ` Saul Wold [this message]
2011-01-20 10:15 ` Paul Eggleton
2011-01-21 3:15 ` Qing He
2011-01-19 16:55 ` [PATCH 2/3] gst-plugins-base: add util-linux to DEPENDS Paul Eggleton
2011-01-19 16:55 ` [PATCH 3/3] Bump PR on recipes that depend on util-linux Paul Eggleton
2011-01-19 19:51 ` [PATCH 0/3] util-linux: split out libuuid and libblkid Koen Kooi
2011-01-19 20:03 ` Mark Hatle
2011-01-19 21:24 ` Richard Purdie
2011-01-19 21:33 ` Mark Hatle
2011-01-19 21:50 ` Richard Purdie
2011-01-21 3:33 ` Qing He
2011-01-19 20:05 ` Bruce Ashfield
2011-01-19 20:06 ` Richard Purdie
2011-01-21 3:24 ` Qing He
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=4D3737DF.2040906@intel.com \
--to=saul.wold@intel.com \
--cc=paul.eggleton@linux.intel.com \
--cc=poky@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.