All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-commits] org.oe.dev matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built
       [not found] <E1J22WP-0000Q1-B2@linuxtogo.org>
@ 2007-12-11 20:17 ` Paul Sokolovsky
  0 siblings, 0 replies; only message in thread
From: Paul Sokolovsky @ 2007-12-11 20:17 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-11 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1J22WP-0000Q1-B2@linuxtogo.org>
2007-12-11 20:17 ` [oe-commits] org.oe.dev matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built Paul Sokolovsky

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.