All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/13] sysvinit: update 2.96 -> 2.97
@ 2020-08-01 21:23 Alexander Kanavin
  2020-08-01 21:23 ` [PATCH 02/13] kbd: update 2.2.0 -> 2.3.0 Alexander Kanavin
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Alexander Kanavin @ 2020-08-01 21:23 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../sysvinit/sysvinit/crypt-lib.patch            | 16 +++++++++-------
 .../recipes-core/sysvinit/sysvinit/install.patch |  7 ++++---
 .../{sysvinit_2.96.bb => sysvinit_2.97.bb}       |  3 +--
 3 files changed, 14 insertions(+), 12 deletions(-)
 rename meta/recipes-core/sysvinit/{sysvinit_2.96.bb => sysvinit_2.97.bb} (96%)

diff --git a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
index bd4444b81b..5c39fb001b 100644
--- a/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
+++ b/meta/recipes-core/sysvinit/sysvinit/crypt-lib.patch
@@ -1,4 +1,4 @@
-From 7276275d9a08d5ae268fb263027bbc60bc0ab2e8 Mon Sep 17 00:00:00 2001
+From c3a068cf24a22bea7349849ec111ae8d91a54db4 Mon Sep 17 00:00:00 2001
 From: Jeff Dike <jdike@x86_64.user-mode-linux.org>
 Date: Wed, 14 Jul 2010 14:35:52 -0400
 Subject: [PATCH] sysvinit - Remove sulogin dependency on /usr/lib*/libcrypt.a
@@ -11,24 +11,26 @@ Upstream-Status: Inappropriate [configuration]
 # - jdike@linux.intel.com
 
 ---
- src/Makefile | 9 ++-------
- 1 file changed, 2 insertions(+), 7 deletions(-)
+ src/Makefile | 11 ++---------
+ 1 file changed, 2 insertions(+), 9 deletions(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index 1380d7f..628e77f 100644
+index 5b1a5a2..b686394 100644
 --- a/src/Makefile
 +++ b/src/Makefile
-@@ -97,13 +97,8 @@ else
+@@ -97,15 +97,8 @@ else
  endif
  
  # Additional libs for GNU libc.
--ifneq ($(wildcard /usr/lib*/libcrypt.*),)
+-ifneq ($(wildcard $(ROOT)/usr/lib*/libcrypt.*),)
 -  SULOGINLIBS	+= -lcrypt
 -endif
 -
 -# Additional libs for GNU libc / multiarch on Debian based systems.
--ifneq ($(wildcard /usr/lib/*/libcrypt.*),)
+-ifneq ($(wildcard $(ROOT)/usr/lib/*/libcrypt.*),)
+-ifneq ($(findstring -lcrypt, $(SULOGINLIBS)), -lcrypt)
 -  SULOGINLIBS	+= -lcrypt
+-endif
 +ifneq ($(LCRYPT),)
 +  SULOGINLIBS	+= $(LCRYPT)
  endif
diff --git a/meta/recipes-core/sysvinit/sysvinit/install.patch b/meta/recipes-core/sysvinit/sysvinit/install.patch
index 2930fb0195..90563a6294 100644
--- a/meta/recipes-core/sysvinit/sysvinit/install.patch
+++ b/meta/recipes-core/sysvinit/sysvinit/install.patch
@@ -1,4 +1,4 @@
-From b6cc66ab245ceb6bca0116dff7a41f6d7677b96a Mon Sep 17 00:00:00 2001
+From 5e35aa105e7a2e85db2a89fee4114090b1ac55be Mon Sep 17 00:00:00 2001
 From: Qing He <qing.he@intel.com>
 Date: Fri, 18 Jun 2010 09:40:30 +0800
 Subject: [PATCH] sysvinit: upgrade to version 2.88dsf
@@ -10,7 +10,7 @@ Upstream-Status: Pending
  1 file changed, 30 insertions(+), 23 deletions(-)
 
 diff --git a/src/Makefile b/src/Makefile
-index 9f9f09e..1380d7f 100644
+index 1b368dc..5b1a5a2 100644
 --- a/src/Makefile
 +++ b/src/Makefile
 @@ -77,7 +77,14 @@ else
@@ -29,7 +29,7 @@ index 9f9f09e..1380d7f 100644
  
  ifeq ($(WITH_SELINUX),yes)
    SELINUX_DEF	=  -DWITH_SELINUX
-@@ -189,42 +196,42 @@ clobber:	cleanobjs
+@@ -191,43 +198,43 @@ clobber:	cleanobjs
  distclean:	clobber
  
  install:	all
@@ -50,6 +50,7 @@ index 9f9f09e..1380d7f 100644
 +			$(INSTALL_EXEC) $$i $(ROOT)$(bindir)/ ; \
  		done
  		# $(INSTALL_DIR) $(ROOT)/etc/
+ 		$(INSTALL_DIR) $(ROOT)/etc/inittab.d
  		# $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/
 -		ln -sf halt $(ROOT)/sbin/reboot
 -		ln -sf halt $(ROOT)/sbin/poweroff
diff --git a/meta/recipes-core/sysvinit/sysvinit_2.96.bb b/meta/recipes-core/sysvinit/sysvinit_2.97.bb
similarity index 96%
rename from meta/recipes-core/sysvinit/sysvinit_2.96.bb
rename to meta/recipes-core/sysvinit/sysvinit_2.97.bb
index d2b85ed9c0..80ab9d70e7 100644
--- a/meta/recipes-core/sysvinit/sysvinit_2.96.bb
+++ b/meta/recipes-core/sysvinit/sysvinit_2.97.bb
@@ -21,8 +21,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.xz \
            file://bootlogd.init \
            file://01_bootlogd \
            "
-SRC_URI[md5sum] = "48cebffebf2a96ab09bec14bf9976016"
-SRC_URI[sha256sum] = "2a2e26b72aa235a23ab1c8471005f890309ce1196c83fbc9413c57b9ab62b587"
+SRC_URI[sha256sum] = "2d5996857519bfd8634d2e1debabb3238fb38440f65fbfdc46420ee8bdf25110"
 
 S = "${WORKDIR}/sysvinit-${PV}"
 B = "${S}/src"
-- 
2.27.0


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

end of thread, other threads:[~2020-08-05  0:31 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01 21:23 [PATCH 01/13] sysvinit: update 2.96 -> 2.97 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 02/13] kbd: update 2.2.0 -> 2.3.0 Alexander Kanavin
2020-08-02 14:39   ` [OE-core] " Khem Raj
2020-08-01 21:23 ` [PATCH 03/13] gnu-config: update to latest revision Alexander Kanavin
2020-08-01 21:23 ` [PATCH 04/13] go: update 1.14.4 -> 1.14.6 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 05/13] meson: update 0.54.3 -> 0.55.0 Alexander Kanavin
2020-08-03  7:24   ` [OE-core] " Khem Raj
2020-08-04  8:27     ` Alexander Kanavin
2020-08-05  0:30       ` Khem Raj
2020-08-01 21:23 ` [PATCH 06/13] nasm: update 2.14.02 -> 2.15.03 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 07/13] glib-2.0: correct build with latest meson Alexander Kanavin
2020-08-02 14:43   ` [OE-core] " Khem Raj
2020-08-01 21:23 ` [PATCH 08/13] rsync: update 3.2.1 -> 3.2.2 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 09/13] vala: update 0.48.6 -> 0.48.7 Alexander Kanavin
2020-08-02 14:45   ` [OE-core] " Khem Raj
2020-08-01 21:23 ` [PATCH 10/13] logrotate: update 3.16.0 -> 3.17.0 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 11/13] mesa: update 20.1.2 -> 20.1.4 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 12/13] libcap: update 2.36 -> 2.41 Alexander Kanavin
2020-08-01 21:23 ` [PATCH 13/13] net-tools: fix upstream version check Alexander Kanavin

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.