diff options
Diffstat (limited to 'base-passwd')
-rw-r--r-- | base-passwd/base-passwd_3.5.7.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base-passwd/base-passwd_3.5.7.oe b/base-passwd/base-passwd_3.5.7.oe index 3ebac8590c..3a5f33561c 100644 --- a/base-passwd/base-passwd_3.5.7.oe +++ b/base-passwd/base-passwd_3.5.7.oe @@ -2,8 +2,8 @@ DEPENDS = "virtual/libc" DESCRIPTION = "Base System Password/Group Files." SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/nobash.patch;patch=1" + file://configure.patch;patch=1 \ + file://nobash.patch;patch=1" inherit autotools |