diff options
Diffstat (limited to 'recipes/krb/krb5_1.6.3.bb')
-rw-r--r-- | recipes/krb/krb5_1.6.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/krb/krb5_1.6.3.bb b/recipes/krb/krb5_1.6.3.bb index 33949946f4..810874e6b5 100644 --- a/recipes/krb/krb5_1.6.3.bb +++ b/recipes/krb/krb5_1.6.3.bb @@ -9,7 +9,7 @@ inherit autotools binconfig SRC_URI = "http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.3-signed.tar \ file://fix-uclibc-ruserpass-collision.patch;apply=no \ - file://copyperms.patch" + file://copyperms.patch;apply=no" S = "${WORKDIR}/${PN}-${PV}/src/" |