diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:52:04 +0000 |
commit | 5e427966756700e596740778f16b96d03e8568c8 (patch) | |
tree | 7c0edf57fd6fbed6a353efdef8dafe0a67ef0b84 /meta/recipes-graphics/xorg-lib | |
parent | 4d3c79df13920b4f095ae12caf43e866318c3143 (diff) | |
download | poky-5e427966756700e596740778f16b96d03e8568c8.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i
We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
16 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb index 5aef188c4f..e623cee421 100644 --- a/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libdmx_1.1.3.bb | |||
@@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ | |||
13 | 13 | ||
14 | DEPENDS += "libxext dmxproto" | 14 | DEPENDS += "libxext dmxproto" |
15 | 15 | ||
16 | PR = "r0" | ||
17 | PE = "1" | 16 | PE = "1" |
18 | 17 | ||
19 | SRC_URI[md5sum] = "ba983eba5a9f05d152a0725b8e863151" | 18 | SRC_URI[md5sum] = "ba983eba5a9f05d152a0725b8e863151" |
diff --git a/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb index 43c8336ae2..ce6a194eaf 100644 --- a/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb +++ b/meta/recipes-graphics/xorg-lib/libice_1.0.8.bb | |||
@@ -14,7 +14,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93" | |||
14 | DEPENDS += "xproto xtrans" | 14 | DEPENDS += "xproto xtrans" |
15 | PROVIDES = "ice" | 15 | PROVIDES = "ice" |
16 | 16 | ||
17 | PR = "r0" | ||
18 | PE = "1" | 17 | PE = "1" |
19 | 18 | ||
20 | XORG_PN = "libICE" | 19 | XORG_PN = "libICE" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index 81f5709337..455e869c7a 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -13,7 +13,6 @@ DEPENDS = "virtual/libx11 calibrateproto libxext" | |||
13 | 13 | ||
14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | 14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r0" | ||
17 | 16 | ||
18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ | 17 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate \ |
19 | file://fix-xcb.patch" | 18 | file://fix-xcb.patch" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb index 8ee35b03a7..0afe127a36 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb | |||
@@ -19,7 +19,6 @@ PROVIDES = "xcomposite" | |||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | PE = "1" | 21 | PE = "1" |
22 | PR = "r0" | ||
23 | 22 | ||
24 | XORG_PN = "libXcomposite" | 23 | XORG_PN = "libXcomposite" |
25 | 24 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb index deea4513ea..c3d70043ca 100644 --- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb | |||
@@ -20,7 +20,6 @@ DEPENDS += "virtual/libx11 damageproto libxfixes" | |||
20 | PROVIDES = "xdamage" | 20 | PROVIDES = "xdamage" |
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
22 | 22 | ||
23 | PR = "r0" | ||
24 | PE = "1" | 23 | PE = "1" |
25 | 24 | ||
26 | XORG_PN = "libXdamage" | 25 | XORG_PN = "libXdamage" |
diff --git a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.1.bb b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.1.bb index 99e608b604..3529ead58b 100644 --- a/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.1.bb | |||
@@ -16,7 +16,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123" | |||
16 | DEPENDS += "xproto" | 16 | DEPENDS += "xproto" |
17 | PROVIDES = "xdmcp" | 17 | PROVIDES = "xdmcp" |
18 | 18 | ||
19 | PR = "r0" | ||
20 | PE = "1" | 19 | PE = "1" |
21 | 20 | ||
22 | XORG_PN = "libXdmcp" | 21 | XORG_PN = "libXdmcp" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb index 32f8900955..cf8dd205b6 100644 --- a/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxfixes_5.0.1.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0" | |||
12 | 12 | ||
13 | DEPENDS += "virtual/libx11 xproto fixesproto xextproto" | 13 | DEPENDS += "virtual/libx11 xproto fixesproto xextproto" |
14 | 14 | ||
15 | PR = "r0" | ||
16 | PE = "1" | 15 | PE = "1" |
17 | 16 | ||
18 | XORG_PN = "libXfixes" | 17 | XORG_PN = "libXfixes" |
diff --git a/meta/recipes-graphics/xorg-lib/libxft_2.3.1.bb b/meta/recipes-graphics/xorg-lib/libxft_2.3.1.bb index f4dd32220f..627a6d3d3c 100644 --- a/meta/recipes-graphics/xorg-lib/libxft_2.3.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxft_2.3.1.bb | |||
@@ -18,7 +18,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=90b90b60eb30f65fc9c2673d7cf59e24" | |||
18 | DEPENDS += "virtual/libx11 libxrender freetype fontconfig" | 18 | DEPENDS += "virtual/libx11 libxrender freetype fontconfig" |
19 | PROVIDES = "xft" | 19 | PROVIDES = "xft" |
20 | 20 | ||
21 | PR = "r0" | ||
22 | PE = "1" | 21 | PE = "1" |
23 | 22 | ||
24 | XORG_PN = "libXft" | 23 | XORG_PN = "libXft" |
diff --git a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb index 46333ff552..027c8043d8 100644 --- a/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxinerama_1.1.3.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \ | |||
12 | 12 | ||
13 | DEPENDS += "libxext xineramaproto" | 13 | DEPENDS += "libxext xineramaproto" |
14 | PROVIDES = "xinerama" | 14 | PROVIDES = "xinerama" |
15 | PR = "r0" | ||
16 | PE = "1" | 15 | PE = "1" |
17 | 16 | ||
18 | XORG_PN = "libXinerama" | 17 | XORG_PN = "libXinerama" |
diff --git a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb index f659c3c344..812d2afe6f 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbfile_1.0.8.bb | |||
@@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f" | |||
10 | 10 | ||
11 | DEPENDS += "virtual/libx11 kbproto" | 11 | DEPENDS += "virtual/libx11 kbproto" |
12 | 12 | ||
13 | PR = "r0" | ||
14 | PE = "1" | 13 | PE = "1" |
15 | 14 | ||
16 | EXTRA_OECONF += "--without-xcb" | 15 | EXTRA_OECONF += "--without-xcb" |
diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb index ec83da7d08..8c04c44f80 100644 --- a/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa" | |||
12 | 12 | ||
13 | DEPENDS += "libxext resourceproto" | 13 | DEPENDS += "libxext resourceproto" |
14 | 14 | ||
15 | PR = "r0" | ||
16 | PE = "1" | 15 | PE = "1" |
17 | 16 | ||
18 | XORG_PN = "libXres" | 17 | XORG_PN = "libXres" |
diff --git a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb index 0c15557c8a..354e5de7fd 100644 --- a/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxscrnsaver_1.2.2.bb | |||
@@ -15,7 +15,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb" | |||
15 | DEPENDS += "libxext scrnsaverproto" | 15 | DEPENDS += "libxext scrnsaverproto" |
16 | PROVIDES = "libxss" | 16 | PROVIDES = "libxss" |
17 | RREPLACES_${PN} = "libxss" | 17 | RREPLACES_${PN} = "libxss" |
18 | PR = "r0" | ||
19 | PE = "1" | 18 | PE = "1" |
20 | 19 | ||
21 | XORG_PN = "libXScrnSaver" | 20 | XORG_PN = "libXScrnSaver" |
diff --git a/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb b/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb index d87bd6e2d0..1b0bcf391c 100644 --- a/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb +++ b/meta/recipes-graphics/xorg-lib/libxtst_1.2.2.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \ | |||
12 | 12 | ||
13 | DEPENDS += "libxext recordproto inputproto libxi" | 13 | DEPENDS += "libxext recordproto inputproto libxi" |
14 | PROVIDES = "xtst" | 14 | PROVIDES = "xtst" |
15 | PR = "r0" | ||
16 | PE = "1" | 15 | PE = "1" |
17 | 16 | ||
18 | XORG_PN = "libXtst" | 17 | XORG_PN = "libXtst" |
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb index bda6da2aab..af6f1f76a2 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86misc_1.0.3.bb | |||
@@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=27c91ecc435bd3d2bfad868914c94b45" | |||
11 | DEPENDS += "libxext xf86miscproto" | 11 | DEPENDS += "libxext xf86miscproto" |
12 | PROVIDES = "xxf86misc" | 12 | PROVIDES = "xxf86misc" |
13 | 13 | ||
14 | PR = "r0" | ||
15 | PE = "1" | 14 | PE = "1" |
16 | 15 | ||
17 | XORG_PN = "libXxf86misc" | 16 | XORG_PN = "libXxf86misc" |
diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb index 221b47f94a..e276a761f8 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.3.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d" | |||
12 | 12 | ||
13 | DEPENDS += "libxext xf86vidmodeproto" | 13 | DEPENDS += "libxext xf86vidmodeproto" |
14 | 14 | ||
15 | PR = "r0" | ||
16 | PE = "1" | 15 | PE = "1" |
17 | 16 | ||
18 | XORG_PN = "libXxf86vm" | 17 | XORG_PN = "libXxf86vm" |
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.2.7.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.2.7.bb index 5aaf501a3a..3c3f4ddcaa 100644 --- a/meta/recipes-graphics/xorg-lib/xtrans_1.2.7.bb +++ b/meta/recipes-graphics/xorg-lib/xtrans_1.2.7.bb | |||
@@ -13,7 +13,6 @@ LICENSE = "MIT & MIT-style" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=49347921d4d5268021a999f250edc9ca" |
14 | 14 | ||
15 | PE = "1" | 15 | PE = "1" |
16 | PR = "r0" | ||
17 | 16 | ||
18 | RDEPENDS_${PN}-dev = "" | 17 | RDEPENDS_${PN}-dev = "" |
19 | 18 | ||