diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb index c7558624ac..1edf6bb8be 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb +++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb | |||
| @@ -3,10 +3,12 @@ HOMEPAGE = "http://web.mit.edu/Kerberos/" | |||
| 3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=e8fad1d174de32f8da0ddc56b67b6941" | 5 | LIC_FILES_CHKSUM = "file://${S}/../NOTICE;md5=e8fad1d174de32f8da0ddc56b67b6941" |
| 6 | DEPENDS = "ncurses util-linux e2fsprogs-native" | 6 | DEPENDS = "ncurses util-linux e2fsprogs e2fsprogs-native" |
| 7 | 7 | ||
| 8 | inherit autotools binconfig perlnative | 8 | inherit autotools binconfig perlnative |
| 9 | 9 | ||
| 10 | PR = "r1" | ||
| 11 | |||
| 10 | SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar" | 12 | SRC_URI = "http://web.mit.edu/kerberos/dist/${PN}/${PV}/${P}-signed.tar" |
| 11 | SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545" | 13 | SRC_URI[md5sum] = "1a13c53899806c4da99a798a04d25545" |
| 12 | SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651" | 14 | SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456a78651" |
