Makefile: patches-import: Explicit patch format 99/30599/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 15 Mar 2017 21:29:44 +0000 (22:29 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 15 Mar 2017 21:51:49 +0000 (21:51 +0000)
While at it, add a sample license header, checking whether patch
license addition won't break build/deploy procedures.

JIRA: ARMBAND-236

Change-Id: Ica2792b606051b8bdd23832fec48925e238325a2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Makefile
patches/opnfv-fuel/0000-f_odlpluginbuild-Armband-prereq-in-packages.yaml.patch

index 9ba6d9c..35a3f08 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,8 @@ patches-import: .submodules-init .submodules-patched
                                SUB_FEATURE=$${p_dir#$$SUB_DIR} \
                                SUB_TAG=${A_OPNFV_TAG}-fuel$$SUB_FEATURE/patch; \
                                echo "`tput setaf 2`== patching $$name ($$SUB_TAG)`tput sgr0`";\
-                               git tag $$SUB_TAG-root && git am -3 --whitespace=nowarn \
+                               git tag $$SUB_TAG-root && \
+                               git am -3 --whitespace=nowarn --patch-format=mbox \
                                        --committer-date-is-author-date $$SUB_PATCHES && \
                                git tag $$SUB_TAG || exit 1; \
                        fi \
index 8a42f66..dcf3b15 100644 (file)
@@ -1,3 +1,11 @@
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
+: Copyright (c) 2017 Enea AB and others.
+:
+: All rights reserved. This program and the accompanying materials
+: are made available under the terms of the Apache License, Version 2.0
+: which accompanies this distribution, and is available at
+: http://www.apache.org/licenses/LICENSE-2.0
+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 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