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:51:34 +0000 |
commit | 58ae94f1b06d0e6234413dbf9869bde85f154c85 (patch) | |
tree | 0c0edbdf7f602d010b1b0552e6af89e378089f28 /meta/recipes-graphics/xorg-proto | |
parent | 5c3ec044838e23539f9fe4cc74da4db2e5b59166 (diff) | |
download | openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.gz openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.bz2 openembedded-core-58ae94f1b06d0e6234413dbf9869bde85f154c85.zip |
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).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
13 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb index 8c41d16518..f798a43538 100644 --- a/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/bigreqsproto_1.1.2.bb @@ -1,6 +1,5 @@ require xorg-proto-common.inc -PR = "r0" PE = "1" SUMMARY = "BigReqs: X Big Requests extension headers" diff --git a/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb b/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb index c521071093..d960e5d4cf 100644 --- a/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb +++ b/meta/recipes-graphics/xorg-proto/dmxproto_2.3.1.bb @@ -12,7 +12,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \ file://dmxproto.h;endline=32;md5=ab8509955c3dd4c65fac728e1b367bc4" -PR = "r0" PE = "1" SRC_URI[md5sum] = "4ee175bbd44d05c34d43bb129be5098a" diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb b/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb index fd27ed5611..f4c40c5719 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_2.8.bb @@ -10,7 +10,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=2e396fa91834f8786032cad2da5638f3 \ file://dri2proto.h;endline=31;md5=22f28bf68d01b533f26195e94b3ed8ca" -PR = "r0" SRC_URI[md5sum] = "b2721d5d24c04d9980a0c6540cb5396a" SRC_URI[sha256sum] = "f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04" diff --git a/meta/recipes-graphics/xorg-proto/fontsproto_2.1.2.bb b/meta/recipes-graphics/xorg-proto/fontsproto_2.1.2.bb index d87786e485..4b9101a699 100644 --- a/meta/recipes-graphics/xorg-proto/fontsproto_2.1.2.bb +++ b/meta/recipes-graphics/xorg-proto/fontsproto_2.1.2.bb @@ -10,7 +10,6 @@ LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=c3e48aa9ce868c8e90f0401db41c11a2 \ file://FSproto.h;endline=44;md5=d2e58e27095e5ea7d4ad456ccb91986c" -PR = "r0" PE = "1" BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb index e8ad93be65..7cb4233d34 100644 --- a/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb +++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.16.bb @@ -10,7 +10,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=d44ed0146997856304dfbb512a59a8de \ file://glxproto.h;beginline=4;endline=32;md5=6b79c570f644363b356456e7d44471d9" -PR = "r0" PE = "1" BBCLASSEXTEND = "nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.3.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.3.bb index f983ef5195..a39ce497aa 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_2.3.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_2.3.bb @@ -10,7 +10,6 @@ LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=e562cc0f6587b961f032211d8160f31e \ file://XI2proto.h;endline=48;md5=1ac1581e61188da2885cc14ff49b20be" -PR = "r0" PE = "1" inherit gettext diff --git a/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb b/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb index 91779033fe..07c8e42483 100644 --- a/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb +++ b/meta/recipes-graphics/xorg-proto/kbproto_1.0.6.bb @@ -10,7 +10,6 @@ LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=7dd6ea99e2a83a552c02c80963623c38 \ file://XKBproto.h;beginline=1;endline=25;md5=5744eeff407aeb6e7a1346eebab486a2" -PR = "r0" PE = "1" BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb index 41290301b0..638e39675e 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb @@ -11,7 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \ file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" RCONFLICTS_${PN} = "randrext" -PR = "r0" PE = "1" BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb index 3045ccf24e..ab07f518cf 100644 --- a/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb +++ b/meta/recipes-graphics/xorg-proto/scrnsaverproto_1.2.2.bb @@ -11,7 +11,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=eed49b78b15b436c933b6b8b054e3901 \ file://saverproto.h;endline=26;md5=a84c0637305159f3c0ab173aaeede48d" -PR = "r0" PE = "1" EXTRA_OECONF_append = " --enable-specs=no" diff --git a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb index b5c085ccf3..0751b94c9d 100644 --- a/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb +++ b/meta/recipes-graphics/xorg-proto/xcmiscproto_1.2.2.bb @@ -9,7 +9,6 @@ server." LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=09d83047c15994e05db29b423ed6662e" -PR = "r0" PE = "1" BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb b/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb index 69e4d0d53b..cbb8c4a306 100644 --- a/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xextproto_7.2.1.bb @@ -12,7 +12,6 @@ available." LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" -PR = "r0" PE = "1" inherit gettext diff --git a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb index 5b38117ec8..b3f9210ccb 100644 --- a/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb +++ b/meta/recipes-graphics/xorg-proto/xf86driproto_2.1.1.bb @@ -11,7 +11,6 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=ef103b9d951e39ff7e23d386e2011fa3 \ file://xf86driproto.h;endline=35;md5=42be3d8e6d429ab79172572bb0cff544" -PR = "r0" PE = "1" SRC_URI[md5sum] = "1d716d0dac3b664e5ee20c69d34bc10e" diff --git a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb b/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb index a68e4f5936..d00774ece5 100644 --- a/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb +++ b/meta/recipes-graphics/xorg-proto/xineramaproto_1.2.1.bb @@ -11,7 +11,6 @@ LICENSE = "MIT & MIT-style" LIC_FILES_CHKSUM = "file://COPYING;md5=3e397a5326c83d5d0ebf5b3f87163ac6 \ file://panoramiXproto.h;endline=24;md5=098e0bc089368a988092b3cbda617a57" -PR = "r0" PE = "1" SRC_URI[md5sum] = "9959fe0bfb22a0e7260433b8d199590a" |