[oe-commits] Saul Wold : base-passwd: upgrade to 3.5.28

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 14:36:01 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 5cab5935d6924e0aca5da4b682bb83e54f20bc1d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5cab5935d6924e0aca5da4b682bb83e54f20bc1d

Author: Saul Wold <sgw at linux.intel.com>
Date:   Sat Aug 31 13:26:40 2013 +0300

base-passwd: upgrade to 3.5.28

Disable docs creation for now it uses po4a and sgmltools-lite which are
not currently part of OE-Core

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../add_shutdown.patch                             |    0
 .../base-passwd-3.5.28/disable-docs.patch          |   24 ++++++++++++++++++++
 .../input.patch                                    |    0
 .../nobash.patch                                   |    0
 ...base-passwd_3.5.26.bb => base-passwd_3.5.28.bb} |   11 +++++---
 5 files changed, 31 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.28/add_shutdown.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch
rename to meta/recipes-core/base-passwd/base-passwd-3.5.28/add_shutdown.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch
new file mode 100644
index 0000000..14c08b7
--- /dev/null
+++ b/meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch
@@ -0,0 +1,24 @@
+Disable documentation for now as it uses tools currently not supported
+by OE-Core. It uses sgmltools and po4a.
+
+Upstream-Status: Inappropriate [OE-Core specific]
+Signed-off-by: Saul Wold <sgw at linux.intel.com>
+
+Index: base-passwd-3.5.28/Makefile.in
+===================================================================
+--- base-passwd-3.5.28.orig/Makefile.in
++++ base-passwd-3.5.28/Makefile.in
+@@ -25,13 +25,10 @@ gen_configure	= config.cache config.stat
+ 		  confdefhs.h config.h Makefile
+ 
+ all: update-passwd
+-	$(MAKE) -C doc all
+-	$(MAKE) -C man all
+ 
+ install: all
+ 	mkdir -p $(DESTDIR)$(sbindir)
+ 	$(INSTALL) update-passwd $(DESTDIR)$(sbindir)/
+-	$(MAKE) -C man install
+ 
+ update-passwd.o: version.h
+ 
diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.26/input.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.28/input.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd-3.5.26/input.patch
rename to meta/recipes-core/base-passwd/base-passwd-3.5.28/input.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch b/meta/recipes-core/base-passwd/base-passwd-3.5.28/nobash.patch
similarity index 100%
rename from meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch
rename to meta/recipes-core/base-passwd/base-passwd-3.5.28/nobash.patch
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.28.bb
similarity index 92%
rename from meta/recipes-core/base-passwd/base-passwd_3.5.26.bb
rename to meta/recipes-core/base-passwd/base-passwd_3.5.28.bb
index 4d94dcc..a3e664a 100644
--- a/meta/recipes-core/base-passwd/base-passwd_3.5.26.bb
+++ b/meta/recipes-core/base-passwd/base-passwd_3.5.28.bb
@@ -1,17 +1,20 @@
 SUMMARY = "Base system master password/group files."
 DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group).  The update-passwd tool is also provided to keep the system databases synchronized with these master files."
 SECTION = "base"
-PR = "r2"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
 
+DEPENDS = "docbook-utils-native linuxdoc-tools-native"
+
 SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \
            file://add_shutdown.patch \
            file://nobash.patch \
-           file://input.patch"
+           file://input.patch \
+           file://disable-docs.patch \
+          "
 
-SRC_URI[md5sum] = "74245e5c21dc74d9675c77cd8dfa02e6"
-SRC_URI[sha256sum] = "258a78317aa563143d10375c6e1e63a60898e503887f00fffd70b6b297c1b429"
+SRC_URI[md5sum] = "9b535ace7ea3073435e7a6d38d62980a"
+SRC_URI[sha256sum] = "06e757a02ec0a77ea38dd3c5b35493b589f81c4b053ee38df1d32e458ee86b67"
 
 inherit autotools
 



More information about the Openembedded-commits mailing list