All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge
@ 2012-03-04 14:50 Koen Kooi
  2012-03-05  7:20 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2012-03-04 14:50 UTC (permalink / raw
  To: openembedded-core; +Cc: Koen Kooi

This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/recipes-graphics/xorg-lib/libx11.inc      |    2 ++
 meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
index 9057edc..a1e4386 100644
--- a/meta/recipes-graphics/xorg-lib/libx11.inc
+++ b/meta/recipes-graphics/xorg-lib/libx11.inc
@@ -8,6 +8,8 @@ require xorg-lib-common.inc
 
 inherit siteinfo
 
+PE = "1"
+
 PROVIDES = "virtual/libx11"
 
 XORG_PN = "libX11"
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
index ee1d919..152bd79 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
@@ -1,7 +1,7 @@
 require libx11.inc
 inherit gettext
 
-PR = "r1"
+PR = "r2"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
1.7.2.5




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

* Re: [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge
  2012-03-04 14:50 [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge Koen Kooi
@ 2012-03-05  7:20 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2012-03-05  7:20 UTC (permalink / raw
  To: openembedded-core


Op 4 mrt. 2012, om 15:50 heeft Koen Kooi het volgende geschreven:

> This prevents package managers 'upgrading' 1.4.4 to 1:1.4.3
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-graphics/xorg-lib/libx11.inc      |    2 ++
> meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |    2 +-
> 2 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc
> index 9057edc..a1e4386 100644
> --- a/meta/recipes-graphics/xorg-lib/libx11.inc
> +++ b/meta/recipes-graphics/xorg-lib/libx11.inc
> @@ -8,6 +8,8 @@ require xorg-lib-common.inc
> 
> inherit siteinfo
> 
> +PE = "1"
> +
> PROVIDES = "virtual/libx11"
> 
> XORG_PN = "libX11"

I sent it against an older version of the tree (shame on me) and git merged the below change away, do you want me to do an r3 and resubmit?

regards,

Koen

> diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
> index ee1d919..152bd79 100644
> --- a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
> +++ b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb
> @@ -1,7 +1,7 @@
> require libx11.inc
> inherit gettext
> 
> -PR = "r1"
> +PR = "r2"
> 
> BBCLASSEXTEND = "native nativesdk"
> 
> -- 
> 1.7.2.5
> 




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

end of thread, other threads:[~2012-03-05  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-04 14:50 [PATCH] libx11: reinstate PE=1 that got lost in the big meta-oe Xorg merge Koen Kooi
2012-03-05  7:20 ` Koen Kooi

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.