[oe-commits] org.oe.dev matchbox-panel2: don't make the applets replace mb-panel, that breaks image generation if you build both

koen commit openembedded-commits at lists.openembedded.org
Sun Mar 25 18:53:36 UTC 2007


matchbox-panel2: don't make the applets replace mb-panel, that breaks image generation if you build both

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 33dc2a587b8be8674e81f177135b2766463febfb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=33dc2a587b8be8674e81f177135b2766463febfb
Files:
1
packages/matchbox2/matchbox-panel-2_svn.bb
Diffs:

#
# mt diff -re77f9fae3e9a8926c8d77a6c4183ab5a01917335 -r33dc2a587b8be8674e81f177135b2766463febfb
#
# 
# 
# patch "packages/matchbox2/matchbox-panel-2_svn.bb"
#  from [13d29cfac48c70941b2756e36611a2cc476e5649]
#    to [f75c4e730635bd288228386baa031b5c62f26da1]
# 
============================================================
--- packages/matchbox2/matchbox-panel-2_svn.bb	13d29cfac48c70941b2756e36611a2cc476e5649
+++ packages/matchbox2/matchbox-panel-2_svn.bb	f75c4e730635bd288228386baa031b5c62f26da1
@@ -1,13 +1,13 @@ DEPENDS = "gtk+"
 DESCRIPTION = "matchbox-panel-2 is a lightweight dock (system tray) application based on Gtk+"
 LICENSE = "GPL"
 SECTION = "x11/panels"
 DEPENDS = "gtk+"
 
-RREPLACES = "matchbox-panel"
-RCONFLICTS = "matchbox-panel"
+RREPLACES_${PN} = "matchbox-panel"
+RCONFLICTS_${PN} = "matchbox-panel"
 
 PV = "0.1+svn${SRCDATE}"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 S = "${WORKDIR}/${PN}"






More information about the Openembedded-commits mailing list