]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-passwd: upgrade to 3.5.28
authorSaul Wold <sgw@linux.intel.com>
Sat, 31 Aug 2013 10:26:40 +0000 (13:26 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Oct 2013 14:47:13 +0000 (15:47 +0100)
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@linux.intel.com>
meta/recipes-core/base-passwd/base-passwd-3.5.28/add_shutdown.patch [moved from meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch with 100% similarity]
meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch [new file with mode: 0644]
meta/recipes-core/base-passwd/base-passwd-3.5.28/input.patch [moved from meta/recipes-core/base-passwd/base-passwd-3.5.26/input.patch with 100% similarity]
meta/recipes-core/base-passwd/base-passwd-3.5.28/nobash.patch [moved from meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch with 100% similarity]
meta/recipes-core/base-passwd/base-passwd_3.5.28.bb [moved from meta/recipes-core/base-passwd/base-passwd_3.5.26.bb with 92% similarity]

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 (file)
index 0000000..14c08b7
--- /dev/null
@@ -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@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
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 4d94dcca65e54c898a14a4fab3b7f08884cf980a..a3e664a37881a0140a8725a0e3983f01d27c2d59 100644 (file)
@@ -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