[oe] [meta-networking][PATCH] opensaf:Modified PACKAGECONFIG to fix the following error:
Lei, Maohui
leimaohui at cn.fujitsu.com
Wed Jun 20 07:39:12 UTC 2018
Ping
> -----Original Message-----
> From: Lei, Maohui
> Sent: Sunday, May 27, 2018 5:55 AM
> To: openembedded-devel at lists.openembedded.org
> Cc: Lei, Maohui
> Subject: [oe] [meta-networking][PATCH] 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 at cn.fujitsu.com>
> ---
> meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb | 5 +++--
> 1 file 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 4b556ce..ca0ae42 100644
> --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb
> +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.18.02.bb
> @@ -38,9 +38,10 @@ SYSTEMD_SERVICE_${PN} += "opensafd.service"
> SYSTEMD_AUTO_ENABLE = "disable"
>
> PACKAGECONFIG[systemd] = ",,systemd"
> -PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03 --enable-ais-plm,,openhpi"
> +PACKAGECONFIG[openhpi] = "--with-hpi-interface=B03,,openhpi"
> +PACKAGECONFIG[plm] = "--enable-ais-plm,--disable-ais-plm,libvirt openhpi"
>
> -PACKAGECONFIG_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '
> systemd', '', d)}"
> +PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '
> systemd', '', d)}"
>
> PKGLIBDIR="${libdir}"
>
> --
> 1.9.1
More information about the Openembedded-devel
mailing list