From 071c1331b52652186ffc0e0500b18daf6e931725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 29 Feb 2016 13:31:25 +0000 Subject: strata/xdg-app-common: Upgrade xdg-app to 0.4.13 Change-Id: I6815f27049915f8be1cf7f57db99277ee3f3e3e4 --- strata/xdg-app-common.morph | 11 +++++++++-- strata/xdg-app-common/elfutils.morph | 7 +++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 strata/xdg-app-common/elfutils.morph diff --git a/strata/xdg-app-common.morph b/strata/xdg-app-common.morph index 23ab1eca..b45346b6 100644 --- a/strata/xdg-app-common.morph +++ b/strata/xdg-app-common.morph @@ -4,8 +4,15 @@ build-depends: - morph: strata/ostree-core.morph - morph: strata/x-common.morph chunks: +- name: elfutils + morph: strata/xdg-app-common/elfutils.morph + repo: upstream:elfutils + ref: 9b4bce40709611875754cf4931eb91d394042122 + unpetrify-ref: elfutils-0.165 - name: xdg-app morph: strata/xdg-app-common/xdg-app.morph repo: upstream:xdg-app - ref: aa535b7b01f4dd406e9bed0dfe4a0de2b8e56565 - unpetrify-ref: baserock/0.4.4 + ref: b20e72e91c3dbcf21e9dc5df21191ee2082e74e8 + unpetrify-ref: baserock/0.4.13 + build-depends: + - elfutils diff --git a/strata/xdg-app-common/elfutils.morph b/strata/xdg-app-common/elfutils.morph new file mode 100644 index 00000000..45707250 --- /dev/null +++ b/strata/xdg-app-common/elfutils.morph @@ -0,0 +1,7 @@ +name: elfutils +kind: chunk +build-system: autotools +configure-commands: +- autoreconf -fi +- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var + --enable-maintainer-mode -- cgit v1.2.1