diff options
Diffstat (limited to 'recipes/nis/pwdutils_2.6.bb')
-rw-r--r-- | recipes/nis/pwdutils_2.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/nis/pwdutils_2.6.bb b/recipes/nis/pwdutils_2.6.bb index e30b70ea8e..2c24ddc625 100644 --- a/recipes/nis/pwdutils_2.6.bb +++ b/recipes/nis/pwdutils_2.6.bb @@ -16,8 +16,8 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/net/NIS/OLD/${PN}/${P}.tar.bz2" # an selinux API is used even if no selinux is detected by # configure. -SRC_URI += " file://no-selinux.patch;apply=yes" -SRC_URI += " file://libdl.patch;apply=yes" +SRC_URI += " file://no-selinux.patch" +SRC_URI += " file://libdl.patch" DEPENDS += " libpam openldap openssl" |