* [PATCH] util-linux: split libsmartcols into separate sub-package
@ 2015-03-11 7:00 Jonathan Liu
2015-03-11 12:31 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Liu @ 2015-03-11 7:00 UTC (permalink / raw)
To: openembedded-core
This avoids util-linux-fdisk pulling in util-linux and all the
associated sub-packages.
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
meta/recipes-core/util-linux/util-linux.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 3d8a4d0..a081d95 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -28,7 +28,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/util-linux/v${MAJOR_VERSION}/util-lin
PACKAGES =+ "util-linux-agetty 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-libblkid \
- util-linux-libmount util-linux-libuuid util-linux-uuidd \
+ util-linux-libmount util-linux-libsmartcols util-linux-libuuid util-linux-uuidd \
util-linux-uuidgen util-linux-lscpu util-linux-fsck util-linux-blkid \
util-linux-mkfs util-linux-mcookie util-linux-reset \
util-linux-mkfs.cramfs util-linux-fsck.cramfs util-linux-fstrim \
@@ -89,6 +89,7 @@ FILES_util-linux-libblkid = "${base_libdir}/libblkid.so.*"
FILES_util-linux-libmount = "${base_libdir}/libmount.so.*"
FILES_util-linux-pylibmount = "${libdir}/${PYTHON_DIR}/dist-packages/libmount/pylibmount.so \
${libdir}/${PYTHON_DIR}/dist-packages/libmount/__init__.*"
+FILES_util-linux-libsmartcols = "${base_libdir}/libsmartcols.so.*"
FILES_util-linux-libuuid = "${base_libdir}/libuuid.so.*"
FILES_util-linux-lscpu = "${bindir}/lscpu"
--
2.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] util-linux: split libsmartcols into separate sub-package
2015-03-11 7:00 [PATCH] util-linux: split libsmartcols into separate sub-package Jonathan Liu
@ 2015-03-11 12:31 ` Burton, Ross
2015-03-11 12:37 ` Jonathan Liu
0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-03-11 12:31 UTC (permalink / raw)
To: Jonathan Liu; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
On 11 March 2015 at 07:00, Jonathan Liu <net147@gmail.com> wrote:
> This avoids util-linux-fdisk pulling in util-linux and all the
> associated sub-packages.
>
util-linux is splitting so many packages and adding sub-packages so
frequently, could we just do this dynamically?
Ross
[-- Attachment #2: Type: text/html, Size: 624 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] util-linux: split libsmartcols into separate sub-package
2015-03-11 12:31 ` Burton, Ross
@ 2015-03-11 12:37 ` Jonathan Liu
2015-03-11 12:55 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Liu @ 2015-03-11 12:37 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
On 11/03/2015 11:31 PM, Burton, Ross wrote:
> On 11 March 2015 at 07:00, Jonathan Liu <net147@gmail.com
> <mailto:net147@gmail.com>> wrote:
>
> This avoids util-linux-fdisk pulling in util-linux and all the
> associated sub-packages.
>
>
> util-linux is splitting so many packages and adding sub-packages so
> frequently, could we just do this dynamically?
>
> Ross
Perhaps. I don't have experience in that area.
Regards,
Jonathan
[-- Attachment #2: Type: text/html, Size: 1451 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] util-linux: split libsmartcols into separate sub-package
2015-03-11 12:37 ` Jonathan Liu
@ 2015-03-11 12:55 ` Burton, Ross
2015-03-11 12:56 ` Jonathan Liu
0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2015-03-11 12:55 UTC (permalink / raw)
To: Jonathan Liu; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
On 11 March 2015 at 12:37, Jonathan Liu <net147@gmail.com> wrote:
> Perhaps. I don't have experience in that area.
>
Just done it, will send the patch once I've eaten lunch.
Ross
[-- Attachment #2: Type: text/html, Size: 590 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] util-linux: split libsmartcols into separate sub-package
2015-03-11 12:55 ` Burton, Ross
@ 2015-03-11 12:56 ` Jonathan Liu
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Liu @ 2015-03-11 12:56 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 312 bytes --]
On 11/03/2015 11:55 PM, Burton, Ross wrote:
>
> On 11 March 2015 at 12:37, Jonathan Liu <net147@gmail.com
> <mailto:net147@gmail.com>> wrote:
>
> Perhaps. I don't have experience in that area.
>
>
> Just done it, will send the patch once I've eaten lunch.
>
> Ross
Thanks.
Regards,
Jonathan
[-- Attachment #2: Type: text/html, Size: 1306 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-11 12:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 7:00 [PATCH] util-linux: split libsmartcols into separate sub-package Jonathan Liu
2015-03-11 12:31 ` Burton, Ross
2015-03-11 12:37 ` Jonathan Liu
2015-03-11 12:55 ` Burton, Ross
2015-03-11 12:56 ` Jonathan Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox