diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/xorg-app/mkfontdir-native_1.0.4.bb | 5 | ||||
-rw-r--r-- | recipes/xorg-app/mkfontdir-native_1.0.5.bb | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/recipes/xorg-app/mkfontdir-native_1.0.4.bb b/recipes/xorg-app/mkfontdir-native_1.0.4.bb index a89dfaa03f..b84953433e 100644 --- a/recipes/xorg-app/mkfontdir-native_1.0.4.bb +++ b/recipes/xorg-app/mkfontdir-native_1.0.4.bb @@ -1,11 +1,8 @@ inherit native -require mkfontdir_1.0.4.bb +require mkfontdir_${PV}.bb DEPENDS = "util-macros-native mkfontscale-native" S = "${WORKDIR}/mkfontdir-${PV}" XORG_PN = "mkfontdir" - -SRC_URI[archive.md5sum] = "35394bf3f746a57fba624dba52fdbba3" -SRC_URI[archive.sha256sum] = "6f9a3cc70d27704ee8e4ff01d5d69c974b059fd7e470172b68cfa477c7caf8e3" diff --git a/recipes/xorg-app/mkfontdir-native_1.0.5.bb b/recipes/xorg-app/mkfontdir-native_1.0.5.bb index 645379e23f..b84953433e 100644 --- a/recipes/xorg-app/mkfontdir-native_1.0.5.bb +++ b/recipes/xorg-app/mkfontdir-native_1.0.5.bb @@ -1,6 +1,6 @@ inherit native -require mkfontdir_1.0.4.bb +require mkfontdir_${PV}.bb DEPENDS = "util-macros-native mkfontscale-native" |