diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-12 18:57:38 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 537a798c4b4262b3069d0616d1498f48c4ec9b86 (patch) | |
| tree | 4c6b99b712568e2620db6a930c806ec396a325c8 | |
| parent | 3303d0a691d5c018e7228625b7d0970ae4b4b4bf (diff) | |
| download | meta-cloud-services-537a798c4b4262b3069d0616d1498f48c4ec9b86.tar.gz | |
dnsmasq: Compiled and installed dhcp_release
This is required by nova when releasing images.
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
| -rw-r--r-- | meta-openstack/recipes-connectivity/dnsmasq/dnsmasq_2.55.bbappend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack/recipes-connectivity/dnsmasq/dnsmasq_2.55.bbappend b/meta-openstack/recipes-connectivity/dnsmasq/dnsmasq_2.55.bbappend new file mode 100644 index 0000000..9c031ce --- /dev/null +++ b/meta-openstack/recipes-connectivity/dnsmasq/dnsmasq_2.55.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 | |||
| 8 | |||
| 9 | |||
