summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxappearance
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/lxappearance
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/lxappearance')
-rw-r--r--recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch10
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.5.1.bb6
2 files changed, 14 insertions, 2 deletions
diff --git a/recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch b/recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch
new file mode 100644
index 0000000..6d76a18
--- /dev/null
+++ b/recipes-lxde/lxappearance/lxappearance-0.5.1/lxappearance_missing_am_prog_cc_c_o.patch
@@ -0,0 +1,10 @@
+--- lxappearance-0.5.1/configure.ac~ 2011-07-29 16:50:18.000000000 +0200
++++ lxappearance-0.5.1/configure.ac 2012-08-12 16:52:52.000000000 +0200
+@@ -16,6 +16,7 @@
+
+ # Checks for programs.
+ AC_PROG_CC
++AM_PROG_CC_C_O
+ # AM_PROG_LIBTOOL
+
+ # Checks for libraries.
diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
index 5092cfe..1d03a6c 100644
--- a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
+++ b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "LXDE GTK+ theme switcher"
HOMEPAGE = "http://lxde.org/"
SECTION = "x11"
-PR = "r1"
+PR = "r2"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
@@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \
- file://empty-cursor.patch"
+ file://empty-cursor.patch \
+ file://lxappearance_missing_am_prog_cc_c_o.patch \
+"
SRC_URI[md5sum] = "34d157a7fe97ef0b93db8fab3f251e07"
SRC_URI[sha256sum] = "74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade"