All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 01/18] libx11: use INC_PR
@ 2012-09-11 19:17 Ross Burton
  2012-09-11 19:17 ` [RFC 02/18] libx11-diet: you can't disable XCB anymore, so don't try Ross Burton
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Ross Burton @ 2012-09-11 19:17 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb |    2 +-
 meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb |    2 +-
 meta/recipes-graphics/xorg-lib/libx11.inc           |    1 +
 meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb      |    2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
index 7d4facd..ed5a890 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb
@@ -5,7 +5,7 @@ this version."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://x11_disable_makekeys.patch \
             file://X18NCMSstubs.diff \
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
index 3d5a306..e8661f3 100644
--- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb
@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCMS is disabled in this version."
 LICENSE = "MIT & MIT-style & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
 
diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
index 592f116..9e8c863 100644
--- a/meta/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11.inc
@@ -9,6 +9,7 @@ require xorg-lib-common.inc
 inherit siteinfo
 
 PE = "1"
+INC_PR = "r1"
 
 PROVIDES = "virtual/libx11"
 
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb
index a65ab1f..2e47899 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb
@@ -1,7 +1,7 @@
 require libx11.inc
 inherit gettext
 
-PR = "r1"
+PR = "${INC_PR}.0"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2012-09-12 14:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11 19:17 [RFC 01/18] libx11: use INC_PR Ross Burton
2012-09-11 19:17 ` [RFC 02/18] libx11-diet: you can't disable XCB anymore, so don't try Ross Burton
2012-09-11 19:17 ` [RFC 03/18] libx11-diet: you can't disable UDC, because it's always disabled Ross Burton
2012-09-11 19:17 ` [RFC 04/18] xorg-lib: move options to disable documentation to xorg-lib-common Ross Burton
2012-09-11 19:17 ` [RFC 05/18] libx11: move xcms disabling to PACKAGECONFIG in libx11.inc Ross Burton
2012-09-11 19:17 ` [RFC 06/18] libx11: move keysymdefdir option to .inc Ross Burton
2012-09-11 19:17 ` [RFC 07/18] libx11: remove redundant license data Ross Burton
2012-09-11 19:17 ` [RFC 08/18] libx11: merge patches into a single directory Ross Burton
2012-09-11 19:17 ` [RFC 09/18] libx11: refresh dependencies, and centralise into libx11.inc Ross Burton
2012-09-11 19:18 ` [RFC 10/18] libx11: make bigfont an optional (disabled by default) packageconfig option Ross Burton
2012-09-11 19:18 ` [RFC 11/18] libx11-diet: remove statements that are redundant Ross Burton
2012-09-11 19:18 ` [RFC 12/18] default-providers: default to libx11, not -trim Ross Burton
2012-09-11 19:18 ` [RFC 13/18] libx11-trim: remove, it's the same as libx11 now Ross Burton
2012-09-12 11:46   ` Burton, Ross
2012-09-12 13:59     ` Richard Purdie
2012-09-11 19:18 ` [RFC 14/18] distro-tracking: remove libx11-trim Ross Burton
2012-09-11 19:18 ` [RFC 15/18] libx11: drop makekeys_crosscompile.patch, effectively merged upstream Ross Burton
2012-09-11 19:18 ` [RFC 16/18] libx11: makekeys can be cross-compiled now, so don't hack around Ross Burton
2012-09-11 19:18 ` [RFC 17/18] libx11-diet: remove un-needed chunk from stubs patch Ross Burton
2012-09-11 19:18 ` [RFC 18/18] libx11: revise keysymdef patch based on submission upstream Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.