summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-06-08 09:08:25 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-16 21:09:07 +0200
commitc8d0ebf7f00b6e53fdda973723eaeded3874f8d5 (patch)
tree54eab5f9e28daa5befa1c808ffe3aff26d527b13 /meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
parent5e725d5cfcfa072f4ac968a5979ad100307bd4b3 (diff)
downloadmeta-openembedded-c8d0ebf7f00b6e53fdda973723eaeded3874f8d5.tar.gz
gnome-panel: Fix build with gcc-5
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 4957a99aa..3a413bd02 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -1,5 +1,5 @@
1SUMMARY = "GNOME panel" 1SUMMARY = "GNOME panel"
2LICENSE = "GPLv2 & LGPLv2 & GFDLv1.1" 2LICENSE = "GPL-2.0 & LGPL-2.0 & GFDL-1.1"
3 3
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
5 file://COPYING-DOCS;md5=c9211dab3ae61e580f48432020784324 \ 5 file://COPYING-DOCS;md5=c9211dab3ae61e580f48432020784324 \
@@ -9,12 +9,17 @@ SECTION = "x11/gnome"
9 9
10PR = "r7" 10PR = "r7"
11 11
12DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ pango libwnck gnome-menus cairo libgweather dbus-glib librsvg libcanberra" 12DEPENDS = "gnome-doc-utils-native gconf glib-2.0 gnome-desktop gtk+ \
13 pango libwnck gnome-menus cairo libgweather dbus-glib \
14 librsvg libcanberra"
15RDEPENDS_${PN} = "python"
13 16
14inherit gtk-doc gnome autotools-brokensep gettext pkgconfig gconf 17inherit gtk-doc gnome autotools-brokensep gettext pkgconfig gconf
15 18
16SRCREV = "6a364b6a4a9beed3da9ca6f5b0dac81eb99dea2a" 19SRCREV = "8292bd2b8a36df7eed3c760899400790cde68590"
17SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32" 20SRC_URI = "git://git.gnome.org/gnome-panel;branch=gnome-2-32 \
21 file://0001-Fix-build-with-gcc-5.patch \
22 "
18 23
19S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
20 25