summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 12:03:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 12:03:57 +0200
commitea151060545fe0bcaee12f2a4500e229842784a6 (patch)
treebbf2a032d5d8a6ff75f40eadbc6047818c1a59fb
parent30cad4a41035adf680694f2f873cbac95bac0326 (diff)
lxpolkit: fix autoconf build
-rw-r--r--recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch11
-rw-r--r--recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb4
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch
new file mode 100644
index 0000000..37917ac
--- /dev/null
+++ b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch
@@ -0,0 +1,11 @@
+--- lxpolkit-0.1.0/configure.ac~ 2014-04-30 17:18:26.000000000 +0200
++++ lxpolkit-0.1.0/configure.ac 2014-04-30 18:03:32.625295807 +0200
+@@ -5,7 +5,7 @@
+
+ AC_PREREQ([2.63])
+ AC_INIT([lxpolkit], [0.1.0], [http://lxde.org/])
+-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
++AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
+
+ AC_CONFIG_HEADERS([config.h])
+
diff --git a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
index 2617274..4395560 100644
--- a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
+++ b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb
@@ -11,7 +11,9 @@ DEPENDS = "glib-2.0 gtk+ polkit"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \
file://lxpolkit_missing_am_prog_cc_c_0.patch \
- file://lxpolkit_remove_gnu_make_extension.patch"
+ file://lxpolkit_remove_gnu_make_extension.patch \
+ file://lxpolkit-configure-ac.patch \
+"
SRC_URI[md5sum] = "2597b00035fe1d695219e0f9bfa8c26f"
SRC_URI[sha256sum] = "511affca8f55adc67031fb3627b9889064c685e4b983737d8deecdf4f94f008b"