summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 14:53:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 15:09:05 +0100
commit0e63f13f7acb9a1596f8c4046e6aa03a260e7b12 (patch)
tree76a5955c8d4b0137eb594df03cf6dce131c8dfa3 /rules
parentedfd81bd6249f5576f9ab082ae30c2873f57d4b1 (diff)
downloadptxdist-0e63f13f7acb9a1596f8c4046e6aa03a260e7b12.tar.gz
ptxdist-0e63f13f7acb9a1596f8c4046e6aa03a260e7b12.tar.xz
ptxd_make_world_common: always define pkg_patch_series
This way, it can be used not just during patchin. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/post/ptxd_make_world_common.make1
-rw-r--r--rules/post/ptxd_make_world_patchin.make1
2 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/ptxd_make_world_common.make b/rules/post/ptxd_make_world_common.make
index 17fd4a387..8668c42f3 100644
--- a/rules/post/ptxd_make_world_common.make
+++ b/rules/post/ptxd_make_world_common.make
@@ -79,6 +79,7 @@ world/env/impl = \
pkg_config="$(call ptx/escape,$($(1)_CONFIG))" \
pkg_ref_config="$(call ptx/escape,$($(1)_REF_CONFIG))" \
pkg_path="$(call ptx/escape,$($(1)_PATH))" \
+ pkg_patch_series="$(call ptx/escape,$(call remove_quotes, $(PTXCONF_$(strip $(1))_SERIES)))"\
pkg_src="$(call ptx/escape,$($(1)_SOURCE))" \
pkg_srcs="$(call ptx/escape,$($(1)_SOURCES))" \
pkg_md5s="$(call ptx/escape,$(foreach s,$($(1)_SOURCES),$($($(s))_MD5):))"\
diff --git a/rules/post/ptxd_make_world_patchin.make b/rules/post/ptxd_make_world_patchin.make
index 48c72a16b..3d037005f 100644
--- a/rules/post/ptxd_make_world_patchin.make
+++ b/rules/post/ptxd_make_world_patchin.make
@@ -10,7 +10,6 @@
world/patchin = \
$(call world/env, $(1)) \
- pkg_patch_series="$(call ptx/escape,$(call remove_quotes, $(PTXCONF_$(strip $(1))_SERIES)))" \
ptxd_make_world_patchin
patchin = \