- ugly patch for systemd.
authorRonan Le Martret <ronan@fridu.net>
Fri, 30 Aug 2013 15:20:31 +0000 (17:20 +0200)
committerRonan Le Martret <ronan@fridu.net>
Fri, 30 Aug 2013 15:20:31 +0000 (17:20 +0200)
meta-wrt-tizen/recipes-wrt/smack/smack-extraconf.inc
meta-wrt-tizen/recipes-wrt/smack/smack/configure.ac.patch [new file with mode: 0644]

index e69de29..cbbdcf8 100644 (file)
@@ -0,0 +1,10 @@
+EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
+
+SRC_URI += "\
+  file://configure.ac.patch \
+  "
+  
+do_patch_append () {
+ echo RLM begining of python do_patch
+ cat ${WORKDIR}/configure.ac.patch | patch -s -p1 --fuzz=2
+}
\ No newline at end of file
diff --git a/meta-wrt-tizen/recipes-wrt/smack/smack/configure.ac.patch b/meta-wrt-tizen/recipes-wrt/smack/smack/configure.ac.patch
new file mode 100644 (file)
index 0000000..7be4153
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 8e9d470..29f5e93 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -27,7 +27,7 @@ AC_SUBST([DOXYGEN], [$DOXYGEN])
+ # systemd
+ systemd_new=no
+ PKG_CHECK_MODULES([SYSTEMD],
+-                  systemd >= 198,
++                  systemd >= 250,
+                   [systemd_new=yes],
+                   [systemd_new=no])