summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-04 13:28:14 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-15 13:41:39 +0200
commitd88c2e3f5e1d1465164f494e9d10f3d4451cc9aa (patch)
treead6ca42c85a6231063c12ee544d8a684957cedd4 /recipes-lxde/lxpanel
parent14da827722513a736685ce16985e47bffc932616 (diff)
Add missing autoconf tests required by newer autoconf version Backported a bugfix to lxdm (lxdm used 100% CPU)
Diffstat (limited to 'recipes-lxde/lxpanel')
-rw-r--r--recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel_missing_am_prog_ar.patch10
-rw-r--r--recipes-lxde/lxpanel/lxpanel_0.5.8.bb6
2 files changed, 15 insertions, 1 deletions
diff --git a/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel_missing_am_prog_ar.patch b/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel_missing_am_prog_ar.patch
new file mode 100644
index 0000000..0a360a8
--- /dev/null
+++ b/recipes-lxde/lxpanel/lxpanel-0.5.8/lxpanel_missing_am_prog_ar.patch
@@ -0,0 +1,10 @@
+--- lxpanel-0.5.8/configure.ac~ 2011-07-29 14:37:01.000000000 +0200
++++ lxpanel-0.5.8/configure.ac 2012-08-12 16:48:31.000000000 +0200
+@@ -16,6 +16,7 @@
+ AC_PROG_LN_S
+ AC_PROG_INTLTOOL(, [no-xml])
+ AM_PROG_CC_C_O
++AM_PROG_AR
+
+ #Initialize libtool
+ LT_PREREQ([2.2])
diff --git a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
index 75c89a5..68829fb 100644
--- a/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
+++ b/recipes-lxde/lxpanel/lxpanel_0.5.8.bb
@@ -2,6 +2,8 @@ DESCRIPTION = "LXDE Panel"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"
+PR = "r2"
+
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=9d19a9495cc76dc96b703fb4aa157183"
@@ -9,7 +11,9 @@ RDEPENDS = "gtk+ menu-cache lxmenu-data libxmu libxpm alsa-lib"
DEPENDS = "${RDEPENDS}"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
- file://lxpanel-0.5.6-broken-apps.patch"
+ file://lxpanel-0.5.6-broken-apps.patch \
+ file://lxpanel_missing_am_prog_ar.patch \
+"
SRC_URI[md5sum] = "129fae75d1cd3983fd94542c573a70a1"
SRC_URI[sha256sum] = "6a3579d6f384c03a33a03e4d32016428c84eb0f2bc421704f724fe2cc015cddd"