From a46abacebdf83cd20f421828435e0403f5f3eb8d Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 11 Aug 2014 09:12:24 -0700 Subject: dnsmasq: move parallel make patch to .bb, add upstream-status Patches really belong in the recipe, not the .inc, given patches are generally version-bound. Signed-off-by: Christopher Larson Signed-off-by: Martin Jansa --- meta-networking/recipes-support/dnsmasq/files/parallel-make.patch | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking/recipes-support/dnsmasq/files/parallel-make.patch') diff --git a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch b/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch index 3d1040cf3b..6d5b722eab 100644 --- a/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch +++ b/meta-networking/recipes-support/dnsmasq/files/parallel-make.patch @@ -5,6 +5,7 @@ can't rely on that order when doing a paralllel make build, so add an explicit rule to enforce that order. Signed-off-by: Christopher Larson +Upstream-status: Pending --- dnsmasq-2.68.orig/Makefile +++ dnsmasq-2.68/Makefile -- cgit 1.2.3-korg