diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-24 19:06:47 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-24 19:16:52 +0000 |
| commit | b801ae3951849d948c8042e6cf154c0442e9e13b (patch) | |
| tree | f7b894214b8912f60560373192d800f87477bf59 /recipes-extended | |
| parent | dfe430583aea213b2526107ae0b454d2b1a7d9e8 (diff) | |
| download | meta-virtualization-b801ae3951849d948c8042e6cf154c0442e9e13b.tar.gz | |
libvmi: update v0.14.0-tip
We add gettext as a dependency to fix:
ERROR: libvmi-0.14.0+git-r0 do_configure: QA Issue: AM_GNU_GETTEXT used but no inherit gettext [configure-gettext]
ERROR: libvmi-0.14.0+git-r0 do_configure: Fatal QA errors were found, failing task.
ERROR: Logfile of failure stored in: tmp/work/x86-64-v3-poky-linux/libvmi/0.14.0+git/temp/log.do_configure.3722649
ERROR: Task (recipes-extended/libvmi/libvmi_git.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3936 tasks of which 3928 didn't need to be rerun and 1 failed.
Bumping libvmi to version v0.10-1148-g82bbee6, which comprises the following commits:
82bbee6 Fix pointer mismatches, which GCC complains about (#1120)
77a677a Add vmi_map_guest_pfns() function (#1118)
b196d72 Remove old debian from ci (#1119)
872ccc6 Fix NtBuildNumber read (#1114)
f02aeb7 implement Windows PTE resolving (#1074)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
| -rw-r--r-- | recipes-extended/libvmi/libvmi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb index 1ebdb05e..6f7699c1 100644 --- a/recipes-extended/libvmi/libvmi_git.bb +++ b/recipes-extended/libvmi/libvmi_git.bb | |||
| @@ -12,9 +12,9 @@ SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \ | |||
| 12 | file://0001-Build-vbd-only-when-xen-is-enabled.patch \ | 12 | file://0001-Build-vbd-only-when-xen-is-enabled.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | SRCREV = "f02aeb751fd27bd4ae753dcd5904a4ef3232821e" | 15 | SRCREV = "82bbee6c378da854d07887048b06dc4ee8e20d6a" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep pkgconfig | 17 | inherit autotools-brokensep pkgconfig gettext |
| 18 | 18 | ||
| 19 | # Noramlly dynamic libs would be of the form libXX.so.1.0.0 in which case | 19 | # Noramlly dynamic libs would be of the form libXX.so.1.0.0 in which case |
| 20 | # bitbake should be able to properly populate the -dev package and the main | 20 | # bitbake should be able to properly populate the -dev package and the main |
