diff options
Diffstat (limited to 'recipes/xorg-app/showfont_1.0.2.bb')
-rw-r--r-- | recipes/xorg-app/showfont_1.0.2.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xorg-app/showfont_1.0.2.bb b/recipes/xorg-app/showfont_1.0.2.bb index fe5b666da9..217745a897 100644 --- a/recipes/xorg-app/showfont_1.0.2.bb +++ b/recipes/xorg-app/showfont_1.0.2.bb @@ -1,9 +1,7 @@ require xorg-app-common.inc -PE = "1" - DEPENDS += " libfs" - +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "8f83d774ed4cc2a6dca86edd856d820a" SRC_URI[archive.sha256sum] = "9bd0373659b2f24120dba887fd155f99aed02e4a7c2afae69e7db1c1fa05e88c" -PR = "${INC_PR}.0" |