diff options
Diffstat (limited to 'recipes/xorg-app/xdm_1.1.10.bb')
-rw-r--r-- | recipes/xorg-app/xdm_1.1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xorg-app/xdm_1.1.10.bb b/recipes/xorg-app/xdm_1.1.10.bb index 28202b7dfb..a312a27649 100644 --- a/recipes/xorg-app/xdm_1.1.10.bb +++ b/recipes/xorg-app/xdm_1.1.10.bb @@ -1,6 +1,5 @@ require xorg-app-common.inc PE = "1" -PR = "r1" DESCRIPTION = "X display manager" @@ -15,3 +14,4 @@ FILES_${PN}-dbg += "${libdir}/X11/xdm/.debug/*" SRC_URI[archive.md5sum] = "329383040cdbda5b5c8ce6c7e1120c97" SRC_URI[archive.sha256sum] = "1487f7168e65fb7ea8cf21e99cdec412e643680c5dac9688aad5f87beba4f97f" +PR = "${INC_PR}.0" |