diff options
author | Kai Kang <kai.kang@windriver.com> | 2021-10-19 10:53:00 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-18 23:02:30 -0400 |
commit | 03cd8aa82e549c6fe1b1e92acde11b8933bb1108 (patch) | |
tree | cfc26eed2d4b537cae9276f56867f09a25b0a937 | |
parent | cf55d44e949a97291e2166d6d65dfd1ed677a263 (diff) | |
download | meta-virtualization-03cd8aa82e549c6fe1b1e92acde11b8933bb1108.tar.gz |
ceph: inherit pkgconfig.bbclass
According to oe-core commit
8e26252b45 layer.conf: Extend recipes not to install without explict dependencies
pkgconfig-native is not deployed in sysroot by default any more. Inherit
pkgconfig.bbclass to make it available for ceph.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/ceph/ceph_15.2.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/ceph/ceph_15.2.12.bb b/recipes-extended/ceph/ceph_15.2.12.bb index 6636d7a4..693b5259 100644 --- a/recipes-extended/ceph/ceph_15.2.12.bb +++ b/recipes-extended/ceph/ceph_15.2.12.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING-LGPL2.1;md5=fbc093901857fcd118f065f900982c24 | |||
4 | file://COPYING-GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 4 | file://COPYING-GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
5 | file://COPYING;md5=4eb012c221c5fd4b760029a2981a6754 \ | 5 | file://COPYING;md5=4eb012c221c5fd4b760029a2981a6754 \ |
6 | " | 6 | " |
7 | inherit cmake python3native python3-dir systemd | 7 | inherit cmake pkgconfig python3native python3-dir systemd |
8 | # Disable python pybind support for ceph temporary, when corss compiling pybind, | 8 | # Disable python pybind support for ceph temporary, when corss compiling pybind, |
9 | # pybind mix cmake and python setup environment, would case a lot of errors. | 9 | # pybind mix cmake and python setup environment, would case a lot of errors. |
10 | 10 | ||