diff options
Diffstat (limited to 'recipes/xorg-app/fonttosfnt_1.0.4.bb')
-rw-r--r-- | recipes/xorg-app/fonttosfnt_1.0.4.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/fonttosfnt_1.0.4.bb b/recipes/xorg-app/fonttosfnt_1.0.4.bb index 78c76ef376..d52ad4bdc5 100644 --- a/recipes/xorg-app/fonttosfnt_1.0.4.bb +++ b/recipes/xorg-app/fonttosfnt_1.0.4.bb @@ -1,9 +1,7 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " xproto freetype libfontenc" - +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "07607b26fce3bdc2b204ff3bc43d3ac3" SRC_URI[archive.sha256sum] = "3feaaab499b3f9c7e9b8bdc725dd40fde65b2fbb73794845d7f682746470f594" -PR = "${INC_PR}.0" |