aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xfce-base/xfce4-panel_4.6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xfce-base/xfce4-panel_4.6.1.bb')
-rw-r--r--recipes/xfce-base/xfce4-panel_4.6.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes/xfce-base/xfce4-panel_4.6.1.bb b/recipes/xfce-base/xfce4-panel_4.6.1.bb
index 738284cc40..e048c18867 100644
--- a/recipes/xfce-base/xfce4-panel_4.6.1.bb
+++ b/recipes/xfce-base/xfce4-panel_4.6.1.bb
@@ -3,16 +3,12 @@
DESCRIPTION = "Xfce4 Panel"
DEPENDS = "virtual/libx11 startup-notification libxfcegui4 libxml2 exo libwnck"
SECTION = "x11"
-PR = "r2"
+PR = "r3"
inherit xfce46
EXTRA_OECONF += " --enable-startup-notification"
-do_stage() {
- autotools_stage_all
-}
-
do_install() {
oe_runmake DESTDIR=${D} install
}