diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2018-05-26 14:55:12 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-20 10:07:41 -0700 |
commit | c3722cc5e2f80338ebf3d4f9845cbdcc9d2833d2 (patch) | |
tree | 3178a10476d82963ee6f25fa3fef28fe0adb37f4 /meta-networking/recipes-daemons | |
parent | 639af7f74220b85b75d1eb5ebf29268ab1839b86 (diff) | |
download | meta-openembedded-c3722cc5e2f80338ebf3d4f9845cbdcc9d2833d2.tar.gz |
opensaf:Modified PACKAGECONFIG to fix the following error:
| configure: error: Package requirements (libvirt) were not met:
|
| No package 'libvirt' found
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb index 1a7d00ee30..0ef13b0485 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb | |||
@@ -41,9 +41,10 @@ SYSTEMD_SERVICE_${PN} += "opensafd.service" | |||
41 | SYSTEMD_AUTO_ENABLE = "disable" | 41 | SYSTEMD_AUTO_ENABLE = "disable" |
42 | 42 | ||
43 | PACKAGECONFIG[systemd] = ",,systemd" | 43 | PACKAGECONFIG[systemd] = ",,systemd" |
44 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi" | 44 | PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03,,openhpi" |
45 | PACKAGECONFIG[plm] = "--enable-ais-plm,--disable-ais-plm,libvirt openhpi" | ||
45 | 46 | ||
46 | PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 47 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
47 | 48 | ||
48 | PKGLIBDIR="${libdir}" | 49 | PKGLIBDIR="${libdir}" |
49 | 50 | ||