3f98e1cde80fe58e62894c846b18b8ca477d973b
[armband.git] / patches / opnfv-fuel / 0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch
1 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2 Date: Sat, 19 Nov 2016 20:39:35 +0100
3 Subject: [PATCH] f_odlpluginbuild: Armband prereq in packages.yaml
4
5 We need to explicitily add our Armband leveldb patching prereq
6 tools, like maven, git, make etc. to the ODL plugin's packages.yaml,
7 so they are included in the offline Ubuntu mirror.
8
9 While at it, also add openjdk-8-jre amos version additional dep:
10 - libasound2
11
12 JIRA: ARMBAND-167
13
14 FIXME: These are only required for arm64, so maybe later we could
15 filter out other archs by extending the packages.yaml with an <arch>
16 field.
17
18 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
19 ---
20  build/f_isoroot/f_odlpluginbuild/packages.yaml | 11 +++++++++++
21  1 file changed, 11 insertions(+)
22  create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml
23
24 diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml
25 new file mode 100644
26 index 0000000..b1bf086
27 --- /dev/null
28 +++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml
29 @@ -0,0 +1,11 @@
30 +# Armband: openjdk-8-jre depends on libasound2
31 +# Armband: leveldb patching requires the other
32 +packages:
33 +  - git
34 +  - build-essential
35 +  - automake
36 +  - make
37 +  - libsnappy-dev
38 +  - patch
39 +  - maven
40 +  - libasound2