All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Sokolovsky <pmiscml@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [oe-commits] org.oe.dev matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built
Date: Tue, 11 Dec 2007 22:17:51 +0200	[thread overview]
Message-ID: <1993286755.20071211221751@gmail.com> (raw)
In-Reply-To: <E1J22WP-0000Q1-B2@linuxtogo.org>

Well, this fix in turn regressed how other angstrom images are built
by autobuilder. E.g., Angstrom-x11-image-glibc-ipk-2007.9-test-20071211-hx4700.rootfs.tar.gz
contains matchbox-keyboard-inputmethod, whereas before it of course
contained matchbox-keyboard. This is apparently because both are now
built in autobuilder package pool, and ipkg randomly selects one based
on RPROVIDES. Any ideas how to solve this?


This is a forwarded message
From: hrw commit <openembedded-commits@lists.openembedded.org>
To: openembedded-commits@lists.openembedded.org
Date: Tuesday, December 11, 2007, 12:39:29 PM
Subject: [oe-commits] org.oe.dev matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built

===8<==============Original message text===============
matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built

Author: hrw@openembedded.org
Branch: org.openembedded.dev
Revision: f9729b7895bf54a34c5248b5bc0f5f2be5c19386
ViewMTN: http://monotone.openembedded.org/revision/info/f9729b7895bf54a34c5248b5bc0f5f2be5c19386
Files:
1
packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
Diffs:

#
# mt diff -ra42329cb6f62bec43e8b79838373cabe85297648 -rf9729b7895bf54a34c5248b5bc0f5f2be5c19386
#
# 
# 
# patch "packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb"
#  from [1887d8e703285a0665b7a07c3d4c98e2165f30ee]
#    to [093b78dbcd548a0f00e99d0e61927ec61afc124b]
# 
============================================================
--- packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb     1887d8e703285a0665b7a07c3d4c98e2165f30ee
+++ packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb     093b78dbcd548a0f00e99d0e61927ec61afc124b
@@ -1,12 +1,12 @@ DEPENDS = "libfakekey expat libxft gtk+ 
 DESCRIPTION = "Matchbox virtual keyboard for X11"
 LICENSE = "GPL"
 DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
-RCONFLICTS = matchbox-keyboard
-RPROVIDES_${PN} = matchbox-keyboard
+RCONFLICTS_${PN} = "matchbox-keyboard"
+RPROVIDES_${PN} = "matchbox-keyboard"
 #DEFAULT_PREFERENCE = "-1"
 SECTION = "x11"
 PV = "0.0+svnr${SRCREV}"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \
        file://smallscreen-fontsize.patch;patch=1 \



_______________________________________________
Openembedded-commits mailing list
Openembedded-commits@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

===8<===========End of original message text===========



-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




           reply	other threads:[~2007-12-11 20:18 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <E1J22WP-0000Q1-B2@linuxtogo.org>]

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=1993286755.20071211221751@gmail.com \
    --to=pmiscml@gmail.com \
    --cc=openembedded-devel@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.