xfce4-panel: Add 4.6.3 and support new style checksums in xfce46.bbclass.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Thu, 22 Apr 2010 11:10:17 +0000 (12:10 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:38 +0000 (20:15 +0100)
classes/xfce46.bbclass
recipes/xfce-base/xfce4-panel_4.6.3.bb

index 9f59d4f..db13f69 100644 (file)
@@ -11,7 +11,7 @@ SECTION ?= "x11/xfce"
 
 XFCE_VERSION = ${PV}
 
-SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"
+SRC_URI = "http://mocha.xfce.org/archive/src/xfce/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2;name=archive"
 
 inherit autotools gtk-icon-cache pkgconfig
 
index a592efe..0642663 100644 (file)
@@ -3,6 +3,7 @@
 DESCRIPTION = "Xfce4 Panel"
 DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck"
 SECTION = "x11"
+<<<<<<< HEAD
 PR = "r2"
 
 inherit xfce46
@@ -12,6 +13,10 @@ SRC_URI[sha256sum] = "4f5e19187ddf9f812303b77479124562079d25c6263674040aba4395c6
 
 EXTRA_OECONF += " --enable-startup-notification"
 
+do_stage() {
+    autotools_stage_all
+}
+
 do_install() {
     oe_runmake DESTDIR=${D} install
 }