diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-11-19 20:46:44 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-11-19 20:47:31 +0100 |
commit | adf8af4f0edfa3cde7a61b5c8af8379fafa5a7b6 (patch) | |
tree | f3ec495c4da0d153c8ac12427481497a2834bfe8 /patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch | |
parent | dc43068f9dc3c2863e0d936e2dae65a11c9b157a (diff) |
f_odlpluginbuild: Armband prereq in packages.yaml
We need to explicitily add our Armband leveldb patching prereq
tools, like maven, git, make etc. to the ODL plugin's packages.yaml,
so they are included in the offline Ubuntu mirror.
While at it, also add openjdk-8-jre amos version additional dep:
- libasound2
JIRA: ARMBAND-167
Change-Id: I17fa7a4727b8a553f5a46ab13267380a8864c728
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch')
-rw-r--r-- | patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch b/patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch new file mode 100644 index 00000000..3f98e1cd --- /dev/null +++ b/patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch @@ -0,0 +1,40 @@ +From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +Date: Sat, 19 Nov 2016 20:39:35 +0100 +Subject: [PATCH] f_odlpluginbuild: Armband prereq in packages.yaml + +We need to explicitily add our Armband leveldb patching prereq +tools, like maven, git, make etc. to the ODL plugin's packages.yaml, +so they are included in the offline Ubuntu mirror. + +While at it, also add openjdk-8-jre amos version additional dep: +- libasound2 + +JIRA: ARMBAND-167 + +FIXME: These are only required for arm64, so maybe later we could +filter out other archs by extending the packages.yaml with an <arch> +field. + +Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +--- + build/f_isoroot/f_odlpluginbuild/packages.yaml | 11 +++++++++++ + 1 file changed, 11 insertions(+) + create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml + +diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml +new file mode 100644 +index 0000000..b1bf086 +--- /dev/null ++++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml +@@ -0,0 +1,11 @@ ++# Armband: openjdk-8-jre depends on libasound2 ++# Armband: leveldb patching requires the other ++packages: ++ - git ++ - build-essential ++ - automake ++ - make ++ - libsnappy-dev ++ - patch ++ - maven ++ - libasound2 |