mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
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 <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
e87a84abd4
commit
a46abacebd
@@ -11,7 +11,6 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
|
|||||||
file://init \
|
file://init \
|
||||||
file://dnsmasq.conf \
|
file://dnsmasq.conf \
|
||||||
file://dnsmasq.service \
|
file://dnsmasq.service \
|
||||||
file://parallel-make.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit pkgconfig update-rc.d systemd
|
inherit pkgconfig update-rc.d systemd
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
require dnsmasq.inc
|
require dnsmasq.inc
|
||||||
|
|
||||||
|
SRC_URI += "file://parallel-make.patch"
|
||||||
|
|
||||||
SRC_URI[dnsmasq-2.68.md5sum] = "6f8351ca0901f248efdb81532778d2ef"
|
SRC_URI[dnsmasq-2.68.md5sum] = "6f8351ca0901f248efdb81532778d2ef"
|
||||||
SRC_URI[dnsmasq-2.68.sha256sum] = "402019d61f53f1ccc04cc6218719fd3b158ea3fca9a83ab55471f981a2097c2f"
|
SRC_URI[dnsmasq-2.68.sha256sum] = "402019d61f53f1ccc04cc6218719fd3b158ea3fca9a83ab55471f981a2097c2f"
|
||||||
|
|||||||
@@ -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.
|
rule to enforce that order.
|
||||||
|
|
||||||
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
|
||||||
|
Upstream-status: Pending
|
||||||
|
|
||||||
--- dnsmasq-2.68.orig/Makefile
|
--- dnsmasq-2.68.orig/Makefile
|
||||||
+++ dnsmasq-2.68/Makefile
|
+++ dnsmasq-2.68/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user