diff options
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 8 | ||||
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.55.bb | 6 | ||||
-rw-r--r-- | meta-networking/recipes-support/dnsmasq/dnsmasq_2.63.bb | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 0f5b27325a..e57ab727eb 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc | |||
@@ -22,6 +22,12 @@ PACKAGECONFIG ??= "" | |||
22 | PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus" | 22 | PACKAGECONFIG[dbus] = "COPTS=-DHAVE_DBUS,,dbus" |
23 | EXTRA_OEMAKE = "${EXTRA_OECONF}" | 23 | EXTRA_OEMAKE = "${EXTRA_OECONF}" |
24 | 24 | ||
25 | do_compile_append() { | ||
26 | # build dhcp_release | ||
27 | cd ${S}/contrib/wrt | ||
28 | oe_runmake | ||
29 | } | ||
30 | |||
25 | do_install () { | 31 | do_install () { |
26 | oe_runmake "PREFIX=${D}${prefix}" \ | 32 | oe_runmake "PREFIX=${D}${prefix}" \ |
27 | "BINDIR=${D}${bindir}" \ | 33 | "BINDIR=${D}${bindir}" \ |
@@ -34,6 +40,8 @@ do_install () { | |||
34 | install -d ${D}${systemd_unitdir}/system | 40 | install -d ${D}${systemd_unitdir}/system |
35 | install -m 0644 ${WORKDIR}/dnsmasq.service ${D}${systemd_unitdir}/system | 41 | install -m 0644 ${WORKDIR}/dnsmasq.service ${D}${systemd_unitdir}/system |
36 | 42 | ||
43 | install -m 0755 ${S}/contrib/wrt/dhcp_release ${D}${bindir} | ||
44 | |||
37 | if [ "${@base_contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then | 45 | if [ "${@base_contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then |
38 | install -d ${D}${sysconfdir}/dbus-1/system.d | 46 | install -d ${D}${sysconfdir}/dbus-1/system.d |
39 | install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ | 47 | install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ |
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.55.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.55.bb deleted file mode 100644 index ae37db7391..0000000000 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.55.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | PR = "r3" | ||
4 | |||
5 | SRC_URI[dnsmasq-2.55.md5sum] = "b093d7c6bc7f97ae6fd35d048529232a" | ||
6 | SRC_URI[dnsmasq-2.55.sha256sum] = "cf63ecf5977f00474cbda98376a9d8743500a82fd98e13f43d7037bce9f9f929" | ||
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.63.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.63.bb new file mode 100644 index 0000000000..2df3713909 --- /dev/null +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.63.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require dnsmasq.inc | ||
2 | |||
3 | SRC_URI[dnsmasq-2.63.md5sum] = "43e771997615ebcd8f6c6ffa60c3e40b" | ||
4 | SRC_URI[dnsmasq-2.63.sha256sum] = "fd86e3bcc6a63c76e35e4a20baa790e7bbbfc7b43845cae85ca8ffd024467710" | ||