All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] xserver-xorg: Modify RREPLACES for RCONFLICTS
Date: Mon, 17 Sep 2012 11:45:32 -0500	[thread overview]
Message-ID: <505753AC.1090809@windriver.com> (raw)
In-Reply-To: <50575042.3090405@mlbassoc.com>

On 9/17/12 11:30 AM, Gary Thomas wrote:
> On 2012-09-17 10:17, Saul Wold wrote:
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> ---
>>    .../xorg-xserver/xserver-xorg-1.11.2.inc           |    2 +-
>>    .../xorg-xserver/xserver-xorg-common.inc           |    2 +-
>>    2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
>> index b4a348c..c71896a 100644
>> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
>> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.2.inc
>> @@ -8,4 +8,4 @@ SRC_URI += "file://crosscompile.patch \
>>    SRC_URI[md5sum] = "8796fff441e5435ee36a72579008af24"
>>    SRC_URI[sha256sum] = "fa415decf02027ca278b06254ccfbcceba2a83c2741405257ebf749da4a73cf2"
>>
>> -PR = "r6"
>> +PR = "r7"
>> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
>> index 6133344..98fe534 100644
>> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
>> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
>> @@ -66,7 +66,7 @@ PACKAGES =+ "${PN}-security-policy \
>>
>>    RRECOMMENDS_${PN} += "${PN}-security-policy xkeyboard-config rgb xserver-xf86-config"
>>    RDEPENDS_${PN}-xvfb += "xkeyboard-config"
>> -RREPLACES_${PN}-module-exa = "${PN}"
>> +RCONFLICTS_${PN}-module-exa = "${PN} (<${PV})"
>
> Can you please explain what this means (the syntax is unknown to me)?

This is deb/opkg style syntax..

<package> (<comparison> <version>)

So it means ${PN}-module-exa will conflict with any version of ${PN} older then 
the current version.

--Mark

>>
>>    FILES_${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d"
>>    FILES_${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la"
>>
>




  reply	other threads:[~2012-09-17 16:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-17 16:17 [PATCH] xserver-xorg: Modify RREPLACES for RCONFLICTS Saul Wold
2012-09-17 16:30 ` Gary Thomas
2012-09-17 16:45   ` Mark Hatle [this message]
2012-09-17 17:42     ` Burton, Ross
2012-09-17 17:49       ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=505753AC.1090809@windriver.com \
    --to=mark.hatle@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.