diff options
Diffstat (limited to 'recipes/xorg-app/iceauth_1.0.3.bb')
-rw-r--r-- | recipes/xorg-app/iceauth_1.0.3.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/xorg-app/iceauth_1.0.3.bb b/recipes/xorg-app/iceauth_1.0.3.bb index 60709b4c0b..5be63a02c6 100644 --- a/recipes/xorg-app/iceauth_1.0.3.bb +++ b/recipes/xorg-app/iceauth_1.0.3.bb @@ -1,11 +1,8 @@ require xorg-app-common.inc -PE = "1" - DESCRIPTION = "a tool for manipulating ICE protocol authorization records" - DEPENDS += " libice" - +PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "975ade3f238c1eb10705da0a91e6e8e7" SRC_URI[archive.sha256sum] = "abca3ff6c9f2da2600a474f0e92ae5e62c43914f7bd3d948b91b0a7f9117d81e" -PR = "${INC_PR}.0" |