All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] util-linux: Rebase remove-lscpu.patch for the current version
@ 2012-12-06 11:37 Andrei Gherzan
  2012-12-10 22:49 ` Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Gherzan @ 2012-12-06 11:37 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andrei Gherzan

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
---
 .../util-linux/util-linux/remove-lscpu.patch       |   30 +++++++++----------
 meta/recipes-core/util-linux/util-linux_2.22.1.bb  |    2 +-
 2 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch b/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
index a15c1e3..4d0b311 100644
--- a/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
+++ b/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
@@ -3,12 +3,13 @@ Upstream-Status: Inappropriate [distribution]
 Take out lscpu stuff from the code
 
 Signed-off-by: Saul Wold <sgw@linux.intel.com>
+Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
 
-Index: util-linux-2.21/configure.ac
+Index: util-linux-2.22.1/configure.ac
 ===================================================================
---- util-linux-2.21.orig/configure.ac
-+++ util-linux-2.21/configure.ac
-@@ -871,7 +871,7 @@ UL_REQUIRES_BUILD([lsblk], [libblkid])
+--- util-linux-2.22.1.orig/configure.ac	2012-12-06 13:22:58.209874400 +0200
++++ util-linux-2.22.1/configure.ac	2012-12-06 13:23:18.721873663 +0200
+@@ -934,7 +934,7 @@
  AM_CONDITIONAL(BUILD_LSBLK, test "x$build_lsblk" = xyes)
  
  
@@ -17,24 +18,21 @@ Index: util-linux-2.21/configure.ac
  UL_REQUIRES_LINUX([lscpu])
  UL_REQUIRES_HAVE([lscpu], [cpu_set_t], [cpu_set_t type])
  AM_CONDITIONAL(BUILD_LSCPU, test "x$build_lscpu" = xyes)
-Index: util-linux-2.21/sys-utils/Makefile.am
+Index: util-linux-2.22.1/sys-utils/Makemodule.am
 ===================================================================
---- util-linux-2.21.orig/sys-utils/Makefile.am
-+++ util-linux-2.21/sys-utils/Makefile.am
-@@ -108,16 +108,6 @@ swapon_CFLAGS = $(AM_CFLAGS) -I$(ul_libb
- swapon_LDADD = $(ul_libblkid_la)
+--- util-linux-2.22.1.orig/sys-utils/Makemodule.am	2012-12-06 13:23:07.585874063 +0200
++++ util-linux-2.22.1/sys-utils/Makemodule.am	2012-12-06 13:23:34.217873111 +0200
+@@ -224,13 +224,6 @@
+ swapoff_LDADD = $(LDADD) libmount.la
  endif
  
 -if BUILD_LSCPU
 -usrbin_exec_PROGRAMS += lscpu
--lscpu_SOURCES = lscpu.c $(top_srcdir)/lib/cpuset.c \
--			$(top_srcdir)/lib/strutils.c \
--			$(top_srcdir)/lib/mbsalign.c \
--			$(top_srcdir)/lib/tt.c \
--			$(top_srcdir)/lib/path.c
--dist_man_MANS += lscpu.1
+-lscpu_SOURCES = sys-utils/lscpu.c
+-lscpu_LDADD = $(LDADD) libcommon.la
+-dist_man_MANS += sys-utils/lscpu.1
 -endif
 -
  if BUILD_CHCPU
  sbin_PROGRAMS += chcpu
- chcpu_SOURCES = chcpu.c $(top_srcdir)/lib/cpuset.c \
+ chcpu_SOURCES = sys-utils/chcpu.c
diff --git a/meta/recipes-core/util-linux/util-linux_2.22.1.bb b/meta/recipes-core/util-linux/util-linux_2.22.1.bb
index 0177bba..f5d777f 100644
--- a/meta/recipes-core/util-linux/util-linux_2.22.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.22.1.bb
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.22"
-PR = "r1"
+PR = "r2"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+
-- 
1.7.5.4




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

* Re: [PATCH] util-linux: Rebase remove-lscpu.patch for the current version
  2012-12-06 11:37 [PATCH] util-linux: Rebase remove-lscpu.patch for the current version Andrei Gherzan
@ 2012-12-10 22:49 ` Saul Wold
  2012-12-10 23:07   ` Andrei Gherzan
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2012-12-10 22:49 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: openembedded-core


Andrei,

I think our patches crossed on the list, already applied a similar patch.

Sau!

On 12/06/2012 03:37 AM, Andrei Gherzan wrote:
> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
> ---
>   .../util-linux/util-linux/remove-lscpu.patch       |   30 +++++++++----------
>   meta/recipes-core/util-linux/util-linux_2.22.1.bb  |    2 +-
>   2 files changed, 15 insertions(+), 17 deletions(-)
>
> diff --git a/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch b/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
> index a15c1e3..4d0b311 100644
> --- a/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
> +++ b/meta/recipes-core/util-linux/util-linux/remove-lscpu.patch
> @@ -3,12 +3,13 @@ Upstream-Status: Inappropriate [distribution]
>   Take out lscpu stuff from the code
>
>   Signed-off-by: Saul Wold <sgw@linux.intel.com>
> +Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>
> -Index: util-linux-2.21/configure.ac
> +Index: util-linux-2.22.1/configure.ac
>   ===================================================================
> ---- util-linux-2.21.orig/configure.ac
> -+++ util-linux-2.21/configure.ac
> -@@ -871,7 +871,7 @@ UL_REQUIRES_BUILD([lsblk], [libblkid])
> +--- util-linux-2.22.1.orig/configure.ac	2012-12-06 13:22:58.209874400 +0200
> ++++ util-linux-2.22.1/configure.ac	2012-12-06 13:23:18.721873663 +0200
> +@@ -934,7 +934,7 @@
>    AM_CONDITIONAL(BUILD_LSBLK, test "x$build_lsblk" = xyes)
>
>
> @@ -17,24 +18,21 @@ Index: util-linux-2.21/configure.ac
>    UL_REQUIRES_LINUX([lscpu])
>    UL_REQUIRES_HAVE([lscpu], [cpu_set_t], [cpu_set_t type])
>    AM_CONDITIONAL(BUILD_LSCPU, test "x$build_lscpu" = xyes)
> -Index: util-linux-2.21/sys-utils/Makefile.am
> +Index: util-linux-2.22.1/sys-utils/Makemodule.am
>   ===================================================================
> ---- util-linux-2.21.orig/sys-utils/Makefile.am
> -+++ util-linux-2.21/sys-utils/Makefile.am
> -@@ -108,16 +108,6 @@ swapon_CFLAGS = $(AM_CFLAGS) -I$(ul_libb
> - swapon_LDADD = $(ul_libblkid_la)
> +--- util-linux-2.22.1.orig/sys-utils/Makemodule.am	2012-12-06 13:23:07.585874063 +0200
> ++++ util-linux-2.22.1/sys-utils/Makemodule.am	2012-12-06 13:23:34.217873111 +0200
> +@@ -224,13 +224,6 @@
> + swapoff_LDADD = $(LDADD) libmount.la
>    endif
>
>   -if BUILD_LSCPU
>   -usrbin_exec_PROGRAMS += lscpu
> --lscpu_SOURCES = lscpu.c $(top_srcdir)/lib/cpuset.c \
> --			$(top_srcdir)/lib/strutils.c \
> --			$(top_srcdir)/lib/mbsalign.c \
> --			$(top_srcdir)/lib/tt.c \
> --			$(top_srcdir)/lib/path.c
> --dist_man_MANS += lscpu.1
> +-lscpu_SOURCES = sys-utils/lscpu.c
> +-lscpu_LDADD = $(LDADD) libcommon.la
> +-dist_man_MANS += sys-utils/lscpu.1
>   -endif
>   -
>    if BUILD_CHCPU
>    sbin_PROGRAMS += chcpu
> - chcpu_SOURCES = chcpu.c $(top_srcdir)/lib/cpuset.c \
> + chcpu_SOURCES = sys-utils/chcpu.c
> diff --git a/meta/recipes-core/util-linux/util-linux_2.22.1.bb b/meta/recipes-core/util-linux/util-linux_2.22.1.bb
> index 0177bba..f5d777f 100644
> --- a/meta/recipes-core/util-linux/util-linux_2.22.1.bb
> +++ b/meta/recipes-core/util-linux/util-linux_2.22.1.bb
> @@ -1,5 +1,5 @@
>   MAJOR_VERSION = "2.22"
> -PR = "r1"
> +PR = "r2"
>   require util-linux.inc
>
>   # note that `lscpu' is under GPLv3+
>



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

* Re: [PATCH] util-linux: Rebase remove-lscpu.patch for the current version
  2012-12-10 22:49 ` Saul Wold
@ 2012-12-10 23:07   ` Andrei Gherzan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2012-12-10 23:07 UTC (permalink / raw)
  To: Saul Wold; +Cc: Andrei Gherzan, openembedded

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

I see. Thanks.



*Andrei Gherzan*
mobile +40.744.478.414  fax +40.31.816.28.12
Email: andrei@gherzan.ro
Email: andrei.gherzan@windriver.com
Romania



On Tue, Dec 11, 2012 at 12:49 AM, Saul Wold <sgw@linux.intel.com> wrote:

>
> Andrei,
>
> I think our patches crossed on the list, already applied a similar patch.
>
> Sau!
>
>
> On 12/06/2012 03:37 AM, Andrei Gherzan wrote:
>
>> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>> ---
>>   .../util-linux/util-linux/**remove-lscpu.patch       |   30
>> +++++++++----------
>>   meta/recipes-core/util-linux/u**til-linux_2.22.1.bb<http://util-linux_2.22.1.bb> |    2 +-
>>   2 files changed, 15 insertions(+), 17 deletions(-)
>>
>> diff --git a/meta/recipes-core/util-**linux/util-linux/remove-lscpu.**patch
>> b/meta/recipes-core/util-**linux/util-linux/remove-lscpu.**patch
>> index a15c1e3..4d0b311 100644
>> --- a/meta/recipes-core/util-**linux/util-linux/remove-lscpu.**patch
>> +++ b/meta/recipes-core/util-**linux/util-linux/remove-lscpu.**patch
>> @@ -3,12 +3,13 @@ Upstream-Status: Inappropriate [distribution]
>>   Take out lscpu stuff from the code
>>
>>   Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> +Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
>>
>> -Index: util-linux-2.21/configure.ac
>> +Index: util-linux-2.22.1/configure.ac
>>   ==============================**==============================**=======
>> ---- util-linux-2.21.orig/configure**.ac <http://configure.ac>
>> -+++ util-linux-2.21/configure.ac
>> -@@ -871,7 +871,7 @@ UL_REQUIRES_BUILD([lsblk], [libblkid])
>> +--- util-linux-2.22.1.orig/configu**re.ac <http://configure.ac>
>>  2012-12-06 13:22:58.209874400 +0200
>> ++++ util-linux-2.22.1/configure.ac     2012-12-06 13:23:18.721873663
>> +0200
>> +@@ -934,7 +934,7 @@
>>    AM_CONDITIONAL(BUILD_LSBLK, test "x$build_lsblk" = xyes)
>>
>>
>> @@ -17,24 +18,21 @@ Index: util-linux-2.21/configure.ac
>>    UL_REQUIRES_LINUX([lscpu])
>>    UL_REQUIRES_HAVE([lscpu], [cpu_set_t], [cpu_set_t type])
>>    AM_CONDITIONAL(BUILD_LSCPU, test "x$build_lscpu" = xyes)
>> -Index: util-linux-2.21/sys-utils/**Makefile.am
>> +Index: util-linux-2.22.1/sys-utils/**Makemodule.am
>>   ==============================**==============================**=======
>> ---- util-linux-2.21.orig/sys-**utils/Makefile.am
>> -+++ util-linux-2.21/sys-utils/**Makefile.am
>> -@@ -108,16 +108,6 @@ swapon_CFLAGS = $(AM_CFLAGS) -I$(ul_libb
>> - swapon_LDADD = $(ul_libblkid_la)
>> +--- util-linux-2.22.1.orig/sys-**utils/Makemodule.am     2012-12-06
>> 13:23:07.585874063 +0200
>> ++++ util-linux-2.22.1/sys-utils/**Makemodule.am  2012-12-06
>> 13:23:34.217873111 +0200
>> +@@ -224,13 +224,6 @@
>> + swapoff_LDADD = $(LDADD) libmount.la
>>    endif
>>
>>   -if BUILD_LSCPU
>>   -usrbin_exec_PROGRAMS += lscpu
>> --lscpu_SOURCES = lscpu.c $(top_srcdir)/lib/cpuset.c \
>> --                      $(top_srcdir)/lib/strutils.c \
>> --                      $(top_srcdir)/lib/mbsalign.c \
>> --                      $(top_srcdir)/lib/tt.c \
>> --                      $(top_srcdir)/lib/path.c
>> --dist_man_MANS += lscpu.1
>> +-lscpu_SOURCES = sys-utils/lscpu.c
>> +-lscpu_LDADD = $(LDADD) libcommon.la
>> +-dist_man_MANS += sys-utils/lscpu.1
>>   -endif
>>   -
>>    if BUILD_CHCPU
>>    sbin_PROGRAMS += chcpu
>> - chcpu_SOURCES = chcpu.c $(top_srcdir)/lib/cpuset.c \
>> + chcpu_SOURCES = sys-utils/chcpu.c
>> diff --git a/meta/recipes-core/util-**linux/util-linux_2.22.1.bbb/meta/recipes-core/util-
>> **linux/util-linux_2.22.1.bb
>> index 0177bba..f5d777f 100644
>> --- a/meta/recipes-core/util-**linux/util-linux_2.22.1.bb
>> +++ b/meta/recipes-core/util-**linux/util-linux_2.22.1.bb
>> @@ -1,5 +1,5 @@
>>   MAJOR_VERSION = "2.22"
>> -PR = "r1"
>> +PR = "r2"
>>   require util-linux.inc
>>
>>   # note that `lscpu' is under GPLv3+
>>
>>
> ______________________________**_________________
> Openembedded-core mailing list
> Openembedded-core@lists.**openembedded.org<Openembedded-core@lists.openembedded.org>
> http://lists.linuxtogo.org/**cgi-bin/mailman/listinfo/**openembedded-core<http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>
>

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

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

end of thread, other threads:[~2012-12-10 23:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-06 11:37 [PATCH] util-linux: Rebase remove-lscpu.patch for the current version Andrei Gherzan
2012-12-10 22:49 ` Saul Wold
2012-12-10 23:07   ` Andrei Gherzan

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.