diff options
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb (renamed from meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb index aebc11dea..9b843fc86 100644 --- a/meta/recipes-graphics/xorg-app/mkfontdir_1.0.5.bb +++ b/meta/recipes-graphics/xorg-app/mkfontdir_1.0.6.bb @@ -3,7 +3,7 @@ require xorg-app-common.inc DESCRIPTION = "a program to create an index of X font files in a directory" PE = "1" -PR = "r1" +PR = "r0" RDEPENDS_${PN} += "mkfontscale" @@ -11,5 +11,5 @@ BBCLASSEXTEND = "native" LIC_FILES_CHKSUM = "file://COPYING;md5=b4fcf2b90cadbfc15009b9e124dc3a3f" -SRC_URI[md5sum] = "9365ac66d19186eaf030482d312fca06" -SRC_URI[sha256sum] = "a534650cff503619f9101577d816cde283da993bc039273477bd8dfbd01a2d0b" +SRC_URI[md5sum] = "dc342dd8858416254bb5f71a9ddce589" +SRC_URI[sha256sum] = "55d56c6310f8d2268cb8978e838d01d27c7d70e30282c373c5a935ab3fb8c859" |