summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_patchin.sh
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-21 11:25:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-21 14:04:53 +0200
commit179a354fedd5adf162d21a71b5c884d855919d71 (patch)
tree5af9bb28bc535e24098127ce47faf2f177d7c640 /scripts/lib/ptxd_make_world_patchin.sh
parent1f715a41b2f4dac07349cd729aa6b036dfd6b751 (diff)
downloadptxdist-179a354fedd5adf162d21a71b5c884d855919d71.tar.gz
ptxdist-179a354fedd5adf162d21a71b5c884d855919d71.tar.xz
[patchin] add pedantic warning for missing series file
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_patchin.sh')
-rw-r--r--scripts/lib/ptxd_make_world_patchin.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_world_patchin.sh b/scripts/lib/ptxd_make_world_patchin.sh
index 1e22bb9bf..80a50e9d7 100644
--- a/scripts/lib/ptxd_make_world_patchin.sh
+++ b/scripts/lib/ptxd_make_world_patchin.sh
@@ -236,6 +236,8 @@ ptxd_make_world_patchin_apply()
# link series file - if not available create it
if [ -z "${pkg_patch_series}" ]; then
+ ptxd_pedantic "series file for '$(ptxd_print_path "${pkg_patch_dir}")' is missing"
+
# if writable, create series file next to the patches
if [ -w "${pkg_patch_dir}/" ]; then
pkg_patch_series="${pkg_patch_dir}/series" &&