aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-data
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 10:36:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-14 11:14:19 +0200
commit9914ac86f89b059d4494db6ea3842de2edbcecdc (patch)
treeb9e811d4b3134a70046308d19655d2186bdbd524 /recipes/xorg-data
parent1624d1b3311e8dfc91786b8857ceb9569d2087d5 (diff)
downloadopenembedded-9914ac86f89b059d4494db6ea3842de2edbcecdc.tar.gz
xorg-data: use INC_PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-data')
-rw-r--r--recipes/xorg-data/xbitmaps_1.0.1.bb1
-rw-r--r--recipes/xorg-data/xbitmaps_1.1.0.bb1
-rw-r--r--recipes/xorg-data/xcursor-themes_1.0.1.bb1
-rw-r--r--recipes/xorg-data/xcursor-themes_1.0.2.bb1
-rw-r--r--recipes/xorg-data/xkbdata_1.0.1.bb2
-rw-r--r--recipes/xorg-data/xorg-data-common.inc1
6 files changed, 6 insertions, 1 deletions
diff --git a/recipes/xorg-data/xbitmaps_1.0.1.bb b/recipes/xorg-data/xbitmaps_1.0.1.bb
index 0716ab7954..e0333ce758 100644
--- a/recipes/xorg-data/xbitmaps_1.0.1.bb
+++ b/recipes/xorg-data/xbitmaps_1.0.1.bb
@@ -7,3 +7,4 @@ DEPENDS += "libxmu"
SRC_URI[archive.md5sum] = "b28a9840cde3c38d7c09716372fea257"
SRC_URI[archive.sha256sum] = "5aa5be594e77f772b85d39f0c25f61a61c7f6fa02ba940e614c5ee386deeb867"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xbitmaps_1.1.0.bb b/recipes/xorg-data/xbitmaps_1.1.0.bb
index 9fa17d95cb..23cecdb105 100644
--- a/recipes/xorg-data/xbitmaps_1.1.0.bb
+++ b/recipes/xorg-data/xbitmaps_1.1.0.bb
@@ -7,3 +7,4 @@ DEPENDS += "libxmu"
SRC_URI[archive.md5sum] = "f9ddd4e70a5375508b3acaf17be0d0ab"
SRC_URI[archive.sha256sum] = "c9a2059c8b0636b7ee1169647bb22f6eb4a0589e36fdb98936002e2569ad8761"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xcursor-themes_1.0.1.bb b/recipes/xorg-data/xcursor-themes_1.0.1.bb
index dbbba60204..9dca0ab01b 100644
--- a/recipes/xorg-data/xcursor-themes_1.0.1.bb
+++ b/recipes/xorg-data/xcursor-themes_1.0.1.bb
@@ -8,3 +8,4 @@ FILES_${PN} += "${datadir}/icons"
SRC_URI[archive.md5sum] = "014bad415e64c49994679cdb71a97e37"
SRC_URI[archive.sha256sum] = "4e7dcd402cd045ce1bd1a3de496270e78d6ead2478a0bcb3404072b33c5c9ea0"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xcursor-themes_1.0.2.bb b/recipes/xorg-data/xcursor-themes_1.0.2.bb
index 5f53cabee9..824bbebc8e 100644
--- a/recipes/xorg-data/xcursor-themes_1.0.2.bb
+++ b/recipes/xorg-data/xcursor-themes_1.0.2.bb
@@ -8,3 +8,4 @@ FILES_${PN} += "${datadir}/icons"
SRC_URI[archive.md5sum] = "e8929a1bb4d98d1a3991fd340d0b5f09"
SRC_URI[archive.sha256sum] = "5f798c2f1d2794c09fa0a40700c40359b725107608012866828015dca47514d6"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xkbdata_1.0.1.bb b/recipes/xorg-data/xkbdata_1.0.1.bb
index d2f44e79da..61838d50c4 100644
--- a/recipes/xorg-data/xkbdata_1.0.1.bb
+++ b/recipes/xorg-data/xkbdata_1.0.1.bb
@@ -2,10 +2,10 @@ require xorg-data-common.inc
PE = "1"
RDEPENDS_${PN} = "xkbcomp"
-PR = "r1"
FILES_${PN} += " /usr/share/X11/xkb"
SRC_URI[archive.md5sum] = "9bf179be9a195953dc5f4c15e23ab7f0"
SRC_URI[archive.sha256sum] = "94e1909faa9bf754c0e78a6bea8fa6e16c0931c4a2eb1f2252b7f0fa480cb4df"
+PR = "${INC_PR}.0"
diff --git a/recipes/xorg-data/xorg-data-common.inc b/recipes/xorg-data/xorg-data-common.inc
index 6f89bfb2da..886a8c8ff3 100644
--- a/recipes/xorg-data/xorg-data-common.inc
+++ b/recipes/xorg-data/xorg-data-common.inc
@@ -3,6 +3,7 @@ SECTION = "x11/data"
LICENSE = "MIT-X"
XORG_PN = "${PN}"
+INC_PR = "r1"
SRC_URI = "${XORG_MIRROR}/individual/data/${XORG_PN}-${PV}.tar.bz2;name=archive"
S = "${WORKDIR}/${XORG_PN}-${PV}"