diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-07-16 16:43:19 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-07-30 11:34:07 -0400 |
commit | 8064196b93ca1ce2ad5cea86b84737a77b401c7c (patch) | |
tree | 2bbabd1665cc774883135742b1bcb4c2b4a11e40 /meta-networking/recipes-daemons/opensaf | |
parent | fb815a114b8217681aaf534e1cdcf378189d5164 (diff) | |
download | meta-openembedded-8064196b93ca1ce2ad5cea86b84737a77b401c7c.tar.gz |
opensaf: add optional openhpi support
OpenSAF uses OpenHPI if available. If openhpi happens to be in
PACKAGECONFIG from the build, turn on support in OpenSAF and add it to the
DEPENDS list.
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-daemons/opensaf')
-rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb index 3d0175e033..686407a25f 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb | |||
@@ -37,6 +37,7 @@ SYSTEMD_SERVICE_${PN} += "opensafd.service plmcboot.service plmcd.service" | |||
37 | SYSTEMD_AUTO_ENABLE = "disable" | 37 | SYSTEMD_AUTO_ENABLE = "disable" |
38 | 38 | ||
39 | PACKAGECONFIG[systemd] = "--enable-systemd-daemon" | 39 | PACKAGECONFIG[systemd] = "--enable-systemd-daemon" |
40 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" | ||
40 | 41 | ||
41 | do_configure_prepend () { | 42 | do_configure_prepend () { |
42 | ( cd ${S}; autoreconf -f -i -s ) | 43 | ( cd ${S}; autoreconf -f -i -s ) |