All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] mc: add PACKAGECONFIG for util-linux
@ 2015-08-17  8:18 Robert Yang
  2015-08-17  8:18 ` [PATCH 1/1] " Robert Yang
  2015-09-06  8:12 ` [PATCH 0/1] " Robert Yang
  0 siblings, 2 replies; 4+ messages in thread
From: Robert Yang @ 2015-08-17  8:18 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea:

  adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/mc
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/mc

Robert Yang (1):
  mc: add PACKAGECONFIG for util-linux

 meta/recipes-extended/mc/mc_4.8.14.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/1] mc: add PACKAGECONFIG for util-linux
  2015-08-17  8:18 [PATCH 0/1] mc: add PACKAGECONFIG for util-linux Robert Yang
@ 2015-08-17  8:18 ` Robert Yang
  2015-09-06  8:12 ` [PATCH 0/1] " Robert Yang
  1 sibling, 0 replies; 4+ messages in thread
From: Robert Yang @ 2015-08-17  8:18 UTC (permalink / raw)
  To: openembedded-core

Fixed:
mc-4.8.14: mc rdepends on util-linux-libmount, but it isn't a build dependency? [build-deps]

And enable it by default as Ross suggested.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/mc/mc_4.8.14.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/mc/mc_4.8.14.bb b/meta/recipes-extended/mc/mc_4.8.14.bb
index 3b6c2ff..3a593f7 100644
--- a/meta/recipes-extended/mc/mc_4.8.14.bb
+++ b/meta/recipes-extended/mc/mc_4.8.14.bb
@@ -17,9 +17,10 @@ inherit autotools gettext pkgconfig
 #
 # Both Samba (smb) and sftp require package delivered from meta-openembedded
 #
-PACKAGECONFIG ??= ""
+PACKAGECONFIG ??= "util-linux"
 PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba,"
 PACKAGECONFIG[sftp] = "--enable-vfs-sftp,--disable-vfs-sftp,libssh2,"
+PACKAGECONFIG[util-linux] = "ac_cv_lib_mount_mnt_new_table_from_file=yes,ac_cv_lib_mount_mnt_new_table_from_file=no,util-linux,"
 
 EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x"
 
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] mc: add PACKAGECONFIG for util-linux
  2015-08-17  8:18 [PATCH 0/1] mc: add PACKAGECONFIG for util-linux Robert Yang
  2015-08-17  8:18 ` [PATCH 1/1] " Robert Yang
@ 2015-09-06  8:12 ` Robert Yang
  2015-09-07 14:19   ` Burton, Ross
  1 sibling, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-09-06  8:12 UTC (permalink / raw)
  To: openembedded-core


Ping.

// Robert

On 08/17/2015 04:18 PM, Robert Yang wrote:
> The following changes since commit 059db140885bad379534e6ec713f3ceb4e18faea:
>
>    adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion (2015-08-16 17:28:14 +0100)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib rbt/mc
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/mc
>
> Robert Yang (1):
>    mc: add PACKAGECONFIG for util-linux
>
>   meta/recipes-extended/mc/mc_4.8.14.bb |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/1] mc: add PACKAGECONFIG for util-linux
  2015-09-06  8:12 ` [PATCH 0/1] " Robert Yang
@ 2015-09-07 14:19   ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2015-09-07 14:19 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

On 6 September 2015 at 09:12, Robert Yang <liezhi.yang@windriver.com> wrote:

> Ping.
>

A similar but more basic (just adding util-linux as a build dep) patch was
merged as c158cdd.  If you want it to be a packageconfig then please rebase.

Ross

[-- Attachment #2: Type: text/html, Size: 703 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-07 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-17  8:18 [PATCH 0/1] mc: add PACKAGECONFIG for util-linux Robert Yang
2015-08-17  8:18 ` [PATCH 1/1] " Robert Yang
2015-09-06  8:12 ` [PATCH 0/1] " Robert Yang
2015-09-07 14:19   ` Burton, Ross

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.