diff options
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.28/add_shutdown.patch (renamed from meta/recipes-core/base-passwd/base-passwd-3.5.26/add_shutdown.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch | 24 | ||||
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.28/input.patch (renamed from meta/recipes-core/base-passwd/base-passwd-3.5.26/input.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd-3.5.28/nobash.patch (renamed from meta/recipes-core/base-passwd/base-passwd-3.5.26/nobash.patch) | 0 | ||||
| -rw-r--r-- | meta/recipes-core/base-passwd/base-passwd_3.5.28.bb (renamed from meta/recipes-core/base-passwd/base-passwd_3.5.26.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 index eb75559c49..eb75559c49 100644 --- 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 | |||
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 0000000000..14c08b7484 --- /dev/null +++ b/meta/recipes-core/base-passwd/base-passwd-3.5.28/disable-docs.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | Disable documentation for now as it uses tools currently not supported | ||
| 2 | by OE-Core. It uses sgmltools and po4a. | ||
| 3 | |||
| 4 | Upstream-Status: Inappropriate [OE-Core specific] | ||
| 5 | Signed-off-by: Saul Wold <sgw@linux.intel.com> | ||
| 6 | |||
| 7 | Index: base-passwd-3.5.28/Makefile.in | ||
| 8 | =================================================================== | ||
| 9 | --- base-passwd-3.5.28.orig/Makefile.in | ||
| 10 | +++ base-passwd-3.5.28/Makefile.in | ||
| 11 | @@ -25,13 +25,10 @@ gen_configure = config.cache config.stat | ||
| 12 | confdefhs.h config.h Makefile | ||
| 13 | |||
| 14 | all: update-passwd | ||
| 15 | - $(MAKE) -C doc all | ||
| 16 | - $(MAKE) -C man all | ||
| 17 | |||
| 18 | install: all | ||
| 19 | mkdir -p $(DESTDIR)$(sbindir) | ||
| 20 | $(INSTALL) update-passwd $(DESTDIR)$(sbindir)/ | ||
| 21 | - $(MAKE) -C man install | ||
| 22 | |||
| 23 | update-passwd.o: version.h | ||
| 24 | |||
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 index f1bfc2f604..f1bfc2f604 100644 --- 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 | |||
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 index 6371576440..6371576440 100644 --- 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 | |||
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 index 4d94dcca65..a3e664a378 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 @@ | |||
| 1 | SUMMARY = "Base system master password/group files." | 1 | SUMMARY = "Base system master password/group files." |
| 2 | 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." | 2 | 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." |
| 3 | SECTION = "base" | 3 | SECTION = "base" |
| 4 | PR = "r2" | ||
| 5 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
| 7 | 6 | ||
| 7 | DEPENDS = "docbook-utils-native linuxdoc-tools-native" | ||
| 8 | |||
| 8 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ | 9 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ |
| 9 | file://add_shutdown.patch \ | 10 | file://add_shutdown.patch \ |
| 10 | file://nobash.patch \ | 11 | file://nobash.patch \ |
| 11 | file://input.patch" | 12 | file://input.patch \ |
| 13 | file://disable-docs.patch \ | ||
| 14 | " | ||
| 12 | 15 | ||
| 13 | SRC_URI[md5sum] = "74245e5c21dc74d9675c77cd8dfa02e6" | 16 | SRC_URI[md5sum] = "9b535ace7ea3073435e7a6d38d62980a" |
| 14 | SRC_URI[sha256sum] = "258a78317aa563143d10375c6e1e63a60898e503887f00fffd70b6b297c1b429" | 17 | SRC_URI[sha256sum] = "06e757a02ec0a77ea38dd3c5b35493b589f81c4b053ee38df1d32e458ee86b67" |
| 15 | 18 | ||
| 16 | inherit autotools | 19 | inherit autotools |
| 17 | 20 | ||
