diff options
-rw-r--r-- | base-passwd/base-passwd-3.5.4/nobash.patch | 0 | ||||
-rw-r--r-- | base-passwd/base-passwd_3.5.4.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/base-passwd/base-passwd-3.5.4/nobash.patch b/base-passwd/base-passwd-3.5.4/nobash.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/base-passwd/base-passwd-3.5.4/nobash.patch diff --git a/base-passwd/base-passwd_3.5.4.oe b/base-passwd/base-passwd_3.5.4.oe index 67a808689c..004793b382 100644 --- a/base-passwd/base-passwd_3.5.4.oe +++ b/base-passwd/base-passwd_3.5.4.oe @@ -2,7 +2,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI := ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_3.5.4.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/nobash.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools |