summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-12-17 17:08:08 +0100
committerStefan Agner <stefan.agner@toradex.com>2014-12-18 10:45:56 +0100
commit6de3a08346754cf22ca55d3ec97f63a84a3e67bc (patch)
tree23fcb756a604096a003ac4f49d5edf2f78bf8dab /recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch
parentd8247d9b506318a3bdb3b136b7ee4898e2000b37 (diff)
systemd-machine-id-commit: add standalone recipe
Diffstat (limited to 'recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch')
-rw-r--r--recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch b/recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch
new file mode 100644
index 0000000..f0c1c6f
--- /dev/null
+++ b/recipes-core/systemd/systemd-machine-id-commit/0001-systemd-machine-id-commit-allow-standalone-build.patch
@@ -0,0 +1,25 @@
+From 9e49ff1c3b9e310ab69b3c487c09aebb8943bcac Mon Sep 17 00:00:00 2001
+From: Max Krummenacher <max.krummenacher@toradex.com>
+Date: Tue, 16 Dec 2014 11:12:44 +0100
+Subject: [PATCH] systemd_machine_id_commit: allow standalone build
+
+---
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.am b/Makefile.am
+index ac7924e..514345d 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -2247,6 +2247,8 @@ systemd_fsck_LDADD = \
+ libsystemd-shared.la
+
+ # ------------------------------------------------------------------------------
++generate_sources: $(BUILT_SOURCES)
++.PHONY : generate_sources
+ systemd_machine_id_commit_SOURCES = \
+ src/machine-id-commit/machine-id-commit.c \
+ src/core/machine-id-setup.c \
+--
+1.9.3
+