8a42f66ec7e461928c79f9443d1738065eabf6b6
[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 to
6 the ODL plugin's packages.yaml, so they are included in the
7 offline Ubuntu/MOS mirrors.
8
9 After ARMBAND-114 was implemented, the dependency list is only:
10 - armband-odl-leveldb-fix (for patching leveldbjni);
11 - libasound2 (openjdk-8-jre amos version additional dep);
12
13 Note: armband-odl-leveldb-fix MUST be also added to MOS mirror
14 package list, since it's not present in Ubuntu repos.
15
16 JIRA: ARMBAND-167
17 JIRA: ARMBAND-114
18
19 FIXME: These are only required for arm64, so maybe later we could
20 filter out other archs by extending the packages.yaml with an <arch>
21 field.
22
23 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
24 ---
25  build/f_isoroot/f_odlpluginbuild/packages.yaml | 5 +++++
26  1 file changed, 5 insertions(+)
27  create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml
28
29 diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml
30 new file mode 100644
31 index 0000000..b1bf086
32 --- /dev/null
33 +++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml
34 @@ -0,0 +1,5 @@
35 +# Armband: openjdk-8-jre depends on libasound2
36 +# Armband: leveldb patching requires armband-odl-leveldb-fix
37 +packages:
38 +  - armband-odl-leveldb-fix
39 +  - libasound2