summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-05-19 20:53:26 +0200
committerAndreas Müller <schnitzeltony@googlemail.com>2012-06-08 14:28:01 +0200
commitf631cd137ce5d48a7f87c743b1241512a684598e (patch)
tree18f7f2d837693160a381a0fc1fe359f65289d4f0 /meta-xfce
parent92864ef3f388bc86e666736f6f47ec99812b86d8 (diff)
downloadmeta-openembedded-f631cd137ce5d48a7f87c743b1241512a684598e.tar.gz
xfce4-datetime-plugin: update to latest git and unbreak build with xfce4-dev-tools 4.10.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-panel-plugins/datetime/files/0001-port-to-libxfce4ui.patch (renamed from meta-xfce/recipes-panel-plugins/datetime/files/port-to-libxfce4ui.patch)1
-rw-r--r--meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch32
-rw-r--r--meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb5
3 files changed, 36 insertions, 2 deletions
diff --git a/meta-xfce/recipes-panel-plugins/datetime/files/port-to-libxfce4ui.patch b/meta-xfce/recipes-panel-plugins/datetime/files/0001-port-to-libxfce4ui.patch
index aab20caab..08ea135f3 100644
--- a/meta-xfce/recipes-panel-plugins/datetime/files/port-to-libxfce4ui.patch
+++ b/meta-xfce/recipes-panel-plugins/datetime/files/0001-port-to-libxfce4ui.patch
@@ -5,6 +5,7 @@ Subject: [PATCH] port to libxfce4ui
5MIME-Version: 1.0 5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8 6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit 7Content-Transfer-Encoding: 8bit
8Upstream-status: pending
8 9
9 10
10Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> 11Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
diff --git a/meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch b/meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch
new file mode 100644
index 000000000..05f7c72c9
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch
@@ -0,0 +1,32 @@
1From f6e97314f425574289697ddfa0914f7580130a7c Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
3Date: Sat, 19 May 2012 20:23:06 +0200
4Subject: [PATCH] configure.ac.in: remove breaking BM_DEBUG_SUPPORT
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8Upstream-status: pending
9
10
11Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
12---
13 configure.ac.in | 3 ---
14 1 files changed, 0 insertions(+), 3 deletions(-)
15
16diff --git a/configure.ac.in b/configure.ac.in
17index 5200268..a2550ca 100644
18--- a/configure.ac.in
19+++ b/configure.ac.in
20@@ -37,9 +37,6 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL],[libxfce4panel-1.0],[4.8.0])
21
22 #CFLAGS="$CFLAGS -Wall -Werror"
23
24-dnl Check for debugging support
25-BM_DEBUG_SUPPORT()
26-
27 AC_OUTPUT([
28 Makefile
29 po/Makefile.in
30--
311.7.4.4
32
diff --git a/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb
index 18dec9469..9421c1e02 100644
--- a/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb
+++ b/meta-xfce/recipes-panel-plugins/datetime/xfce4-datetime-plugin_git.bb
@@ -5,12 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5 5
6inherit xfce-panel-plugin 6inherit xfce-panel-plugin
7 7
8SRCREV = "e268210db6a32b2a47c03c63e5908ee3ba9461cc" 8SRCREV = "97ebbac9ba52397ec34edb43935083f6263d1666"
9PV = "0.6.1+gitr${SRCPV}" 9PV = "0.6.1+gitr${SRCPV}"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-datetime-plugin;protocol=git;branch=master \ 12SRC_URI = "git://git.xfce.org/panel-plugins/xfce4-datetime-plugin;protocol=git;branch=master \
13 file://port-to-libxfce4ui.patch \ 13 file://0001-port-to-libxfce4ui.patch \
14 file://0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch \
14 " 15 "
15SRC_URI[md5sum] = "e82f51ff0e75a63e5cbd139e43e094f9" 16SRC_URI[md5sum] = "e82f51ff0e75a63e5cbd139e43e094f9"
16SRC_URI[sha256sum] = "fb340c1c2170d4f33c7f278772966f3c01caaedcd4a7f58f670bf8e28580bb1b" 17SRC_URI[sha256sum] = "fb340c1c2170d4f33c7f278772966f3c01caaedcd4a7f58f670bf8e28580bb1b"