diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2013-12-18 15:42:01 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-18 16:15:48 -0500 |
| commit | f826f932e5ffc751e0fa0694f77d37622d939a69 (patch) | |
| tree | e586459ed25e75cad43bc47c6470bf502b3a85fa /recipes-networking/openvswitch | |
| parent | 257393291db93850c79cb055d8a7f28e04177d6a (diff) | |
| download | meta-virtualization-f826f932e5ffc751e0fa0694f77d37622d939a69.tar.gz | |
openvswitch: add missing inherit
openvswitch requires pkgconfig or you may see an error:
configure.ac:53: error: Please install pkg-config.
during configure.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch_1.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/openvswitch/openvswitch_1.10.0.bb b/recipes-networking/openvswitch/openvswitch_1.10.0.bb index c0ea8290..42d4bc44 100644 --- a/recipes-networking/openvswitch/openvswitch_1.10.0.bb +++ b/recipes-networking/openvswitch/openvswitch_1.10.0.bb | |||
| @@ -60,7 +60,7 @@ FILES_${PN}-switch = "${sysconfdir}/init.d/openvswitch-switch \ | |||
| 60 | FILES_${PN} += "${datadir}/ovsdbmonitor" | 60 | FILES_${PN} += "${datadir}/ovsdbmonitor" |
| 61 | FILES_${PN} += "/run" | 61 | FILES_${PN} += "/run" |
| 62 | 62 | ||
| 63 | inherit autotools update-rc.d | 63 | inherit autotools update-rc.d pkgconfig |
| 64 | 64 | ||
| 65 | INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller" | 65 | INITSCRIPT_PACKAGES = "${PN}-switch ${PN}-controller" |
| 66 | INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch" | 66 | INITSCRIPT_NAME_${PN}-switch = "openvswitch-switch" |
