[oe] Fwd: [oe-commits] org.oe.dev matchbox-keyboard-inputmethod: fix RCONFLICTS to get openmoko-image built

Paul Sokolovsky pmiscml at gmail.com
Tue Dec 11 20:17:51 UTC 2007


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 at lists.openembedded.org>
To: openembedded-commits at 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 at 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 at lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

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



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





More information about the Openembedded-devel mailing list