[oe-commits] org.oe.dev fluxbox: Fix .debug QA error

coredump2 commit openembedded-commits at lists.openembedded.org
Thu Jun 21 00:04:45 UTC 2007


fluxbox: Fix .debug QA error

Author: coredump2 at openembedded.org
Branch: org.openembedded.dev
Revision: 58aad6e33bab40de5973ade577b5cf111b9ee7aa
ViewMTN: http://monotone.openembedded.org/revision.psp?id=58aad6e33bab40de5973ade577b5cf111b9ee7aa
Files:
1
packages/fluxbox/fluxbox_0.99+1.0rc.bb
packages/fluxbox/fluxbox_svn.bb
Diffs:

#
# mt diff -r9d0ddeec245daa21f98f996837b42060c86f5482 -r58aad6e33bab40de5973ade577b5cf111b9ee7aa
#
# 
# 
# patch "packages/fluxbox/fluxbox_0.99+1.0rc.bb"
#  from [779d4622fd1fb3f84dbd2d33fb0a29597a8617f5]
#    to [1bf3de6d5d4616f42d88d761121233bddcb8fc8e]
# 
# patch "packages/fluxbox/fluxbox_svn.bb"
#  from [533f4356e04688f76454dad2d95ea3790588d5b0]
#    to [766f47e85737e1e906366b19cd83e449f9d3ea90]
# 
============================================================
--- packages/fluxbox/fluxbox_0.99+1.0rc.bb	779d4622fd1fb3f84dbd2d33fb0a29597a8617f5
+++ packages/fluxbox/fluxbox_0.99+1.0rc.bb	1bf3de6d5d4616f42d88d761121233bddcb8fc8e
@@ -9,7 +9,7 @@ REALPV = "1.0rc"
 HOMEPAGE = "http://fluxbox.sourceforge.net"
 LICENSE = "MIT"
 REALPV = "1.0rc"
-PR = "r4"
+PR = "r5"
 
 ######################################################################################
 
@@ -29,7 +29,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/fluxbox
 
 ######################################################################################
 
-PACKAGES = "${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
+PACKAGES = "${PN}-dbg ${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
 
 DESCRIPTION_${PN}-styles = "The default styles for fluxbox"
 DESCRIPTION_${PN}-gpe = "The Fluxbox WindowManager for use with GPE"
============================================================
--- packages/fluxbox/fluxbox_svn.bb	533f4356e04688f76454dad2d95ea3790588d5b0
+++ packages/fluxbox/fluxbox_svn.bb	766f47e85737e1e906366b19cd83e449f9d3ea90
@@ -10,7 +10,7 @@ PV = "1.0+svn${SRCDATE}"
 LICENSE = "MIT"
 
 PV = "1.0+svn${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 ######################################################################################
 
@@ -30,7 +30,7 @@ SRC_URI = "svn://svn.berlios.de/fluxbox;
 
 ######################################################################################
 
-PACKAGES = "${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
+PACKAGES = "${PN}-dbg ${PN}-gpe ${PN}-styles ${PN}-doc ${PN}"
 
 DESCRIPTION_${PN}-styles = "The default styles for fluxbox"
 DESCRIPTION_${PN}-gpe = "The Fluxbox WindowManager for use with GPE"






More information about the Openembedded-commits mailing list