From 393ba5011f775fb95b0d3a046c959944bfa62d13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 5 Oct 2014 17:59:51 +0000 Subject: Move linuxquota to genivi stratum and remove genivi-foundation stratum --- strata/genivi-foundation.morph | 12 ------------ strata/genivi-foundation/linuxquota.morph | 10 ---------- strata/genivi.morph | 8 +++++++- strata/genivi/linuxquota.morph | 10 ++++++++++ 4 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 strata/genivi-foundation.morph delete mode 100644 strata/genivi-foundation/linuxquota.morph create mode 100644 strata/genivi/linuxquota.morph (limited to 'strata') diff --git a/strata/genivi-foundation.morph b/strata/genivi-foundation.morph deleted file mode 100644 index 2dd44f40..00000000 --- a/strata/genivi-foundation.morph +++ /dev/null @@ -1,12 +0,0 @@ -name: genivi-foundation -kind: stratum -description: Basic components needed by the GENIVI baseline. -build-depends: -- morph: strata/foundation.morph -chunks: -- name: linuxquota - morph: strata/genivi-foundation/linuxquota.morph - repo: upstream:linuxquota - ref: 0804c89a16736533e440771dc42a15e5d0223902 - unpetrify-ref: baserock/genivi/morph - build-depends: [] diff --git a/strata/genivi-foundation/linuxquota.morph b/strata/genivi-foundation/linuxquota.morph deleted file mode 100644 index 826696ad..00000000 --- a/strata/genivi-foundation/linuxquota.morph +++ /dev/null @@ -1,10 +0,0 @@ -name: linuxquota -kind: chunk -build-system: autotools -configure-commands: -- autoreconf -ivf -- ./configure --prefix="$PREFIX" -build-commands: -- make "RPCGEN=rpcgen -Y /usr/bin" -install-commands: -- make ROOTDIR="$DESTDIR" install diff --git a/strata/genivi.morph b/strata/genivi.morph index b75861ca..1ba464c6 100644 --- a/strata/genivi.morph +++ b/strata/genivi.morph @@ -2,8 +2,14 @@ name: genivi kind: stratum description: Software components designed by genivi, for genivi. build-depends: -- morph: strata/genivi-foundation.morph +- morph: strata/foundation.morph chunks: +- name: linuxquota + morph: strata/genivi/linuxquota.morph + repo: upstream:linuxquota + ref: 0804c89a16736533e440771dc42a15e5d0223902 + unpetrify-ref: baserock/genivi/morph + build-depends: [] - name: DLT-daemon repo: upstream:DLT-daemon ref: 8b48e73f79b4463393916e4c6696917e3dedd026 diff --git a/strata/genivi/linuxquota.morph b/strata/genivi/linuxquota.morph new file mode 100644 index 00000000..826696ad --- /dev/null +++ b/strata/genivi/linuxquota.morph @@ -0,0 +1,10 @@ +name: linuxquota +kind: chunk +build-system: autotools +configure-commands: +- autoreconf -ivf +- ./configure --prefix="$PREFIX" +build-commands: +- make "RPCGEN=rpcgen -Y /usr/bin" +install-commands: +- make ROOTDIR="$DESTDIR" install -- cgit v1.2.1