diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-02 16:05:45 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-02 16:05:45 -0500 |
| commit | 6e5ff0a599e4e181a524b94447bcf0a054055e23 (patch) | |
| tree | 30090346fee1c71f70368088e551d0162a23b461 /meta-openstack | |
| parent | 811633754e5cf5e51b26c569f650d3fd115cb089 (diff) | |
| download | meta-cloud-services-6e5ff0a599e4e181a524b94447bcf0a054055e23.tar.gz | |
openstack: update bbappends to match oe-core/meta-networing/meta-virtualization master
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
3 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend b/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend new file mode 100644 index 0000000..3c691d3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-setuptools_1.4.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # conflicting file prevention | ||
| 2 | do_install_append() { | ||
| 3 | rm -f ${D}${libdir}/python*/site-packages/site.py* | ||
| 4 | } \ No newline at end of file | ||
diff --git a/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.63.bbappend b/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.63.bbappend new file mode 100644 index 0000000..52eab54 --- /dev/null +++ b/meta-openstack/recipes-support/dnsmasq/dnsmasq_2.63.bbappend | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | do_install_append() { | ||
| 2 | cd ${S}/contrib/wrt | ||
| 3 | oe_runmake | ||
| 4 | |||
| 5 | install -m 0755 ${S}/contrib/wrt/dhcp_release ${D}${bindir} | ||
| 6 | |||
| 7 | # Remove /var/run as it is created on startup | ||
| 8 | rm -rf ${D}${localstatedir}/run | ||
| 9 | } | ||
diff --git a/meta-openstack/recipes-support/iproute2/iproute2_3.11.0.bbappend b/meta-openstack/recipes-support/iproute2/iproute2_3.11.0.bbappend new file mode 100644 index 0000000..34ad5b8 --- /dev/null +++ b/meta-openstack/recipes-support/iproute2/iproute2_3.11.0.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | RRECOMMENDS_${PN} += "kernel-module-veth \ | ||
| 2 | " | ||
