diff options
Diffstat (limited to 'recipes/xorg-lib/libxres_1.0.3.bb')
-rw-r--r-- | recipes/xorg-lib/libxres_1.0.3.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-lib/libxres_1.0.3.bb b/recipes/xorg-lib/libxres_1.0.3.bb index 0fecfc8a49..9a1aa01c78 100644 --- a/recipes/xorg-lib/libxres_1.0.3.bb +++ b/recipes/xorg-lib/libxres_1.0.3.bb @@ -1,11 +1,10 @@ require xorg-lib-common.inc - DESCRIPTION = "X11 Resource extension library" DEPENDS += "libxext resourceproto" PE = "1" - -XORG_PN = "libXres" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "de66ffb657aba64c9d6dbdeabb757f3e" SRC_URI[archive.sha256sum] = "a6d5ba7573f5ec0f091095f01b51d1e671dd0f14acb5b8559cdf366e398a0230" -PR = "${INC_PR}.0" + +XORG_PN = "libXres" |