[meta-virtualization] [meta-cloud-services][PATCH 1/3] dnsmasq: move bbappend to use a wilcard

Mark Asselstine mark.asselstine at windriver.com
Tue Sep 15 06:45:34 PDT 2015


To facilitate future support and to simplify using meta-cloud-services
with other branches we prefer to use a wildcard. In making this move
the content of the bbappend has been audited and most of the content
is now no longer needed (it is found in dnsmasq.inc for some time now)
and so we are removing these parts.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../dnsmasq/{dnsmasq_2.72.bbappend => dnsmasq_2.%.bbappend}          | 5 -----
 1 file changed, 5 deletions(-)
 rename meta-openstack/recipes-support/dnsmasq/{dnsmasq_2.72.bbappend => dnsmasq_2.%.bbappend} (51%)

diff --git a/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.72.bbappend b/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.%.bbappend
similarity index 51%
rename from meta-openstack/recipes-support/dnsmasq/dnsmasq_2.72.bbappend
rename to meta-openstack/recipes-support/dnsmasq/dnsmasq_2.%.bbappend
index 52eab54..0c979fe 100644
--- a/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.72.bbappend
+++ b/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.%.bbappend
@@ -1,9 +1,4 @@
 do_install_append() {
-    cd ${S}/contrib/wrt
-    oe_runmake
-
-    install -m 0755 ${S}/contrib/wrt/dhcp_release ${D}${bindir}
-
     # Remove /var/run as it is created on startup
     rm -rf ${D}${localstatedir}/run
 }
-- 
2.1.4



More information about the meta-virtualization mailing list