summaryrefslogtreecommitdiff
path: root/metadata.platform.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-04-11 16:34:21 +0100
committerAlexander Larsson <alexl@redhat.com>2016-05-12 08:32:41 +0200
commit2d294eb4fc9e36a083be880eb29e3d98bf83610f (patch)
tree525c26f616b4669c8ca8a2a81f75342e0733e832 /metadata.platform.in
parent2da5f5df4ee0b4809192567b03b1cb9902ce1b00 (diff)
Generate metadata from make variables.
This allows one to use the same makefiles when building for other (host compatible) arches. One can build i386 on an x86_64 machine with: make ARCH=i386 The metadata files will be regenerated on every invocation of make.
Diffstat (limited to 'metadata.platform.in')
-rw-r--r--metadata.platform.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/metadata.platform.in b/metadata.platform.in
new file mode 100644
index 0000000..b46703a
--- /dev/null
+++ b/metadata.platform.in
@@ -0,0 +1,4 @@
+[Runtime]
+name=org.freedesktop.BasePlatform
+runtime=org.freedesktop.BasePlatform/@@ARCH@@/@@VERSION@@
+sdk=org.freedesktop.BaseSdk/@@ARCH@@/@@VERSION@@