diff options
-rw-r--r-- | meta/recipes-devtools/file/file_5.11.bb (renamed from meta/recipes-devtools/file/file_5.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/file/file_5.10.bb b/meta/recipes-devtools/file/file_5.11.bb index db247a700b..540c2b24dd 100644 --- a/meta/recipes-devtools/file/file_5.10.bb +++ b/meta/recipes-devtools/file/file_5.11.bb @@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 DEPENDS = "zlib file-native" DEPENDS_virtclass-native = "zlib-native" -PR = "r1" +PR = "r0" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://fix_version_check.patch \ file://dump \ file://filesystems" -SRC_URI[md5sum] = "4cea34b087b060772511e066e2038196" -SRC_URI[sha256sum] = "73ae51889006b1ddb95db729237d411eb8d353884dfb149f0b4427d314aff68a" +SRC_URI[md5sum] = "16a407bd66d6c7a832f3a5c0d609c27b" +SRC_URI[sha256sum] = "c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7" inherit autotools |