diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-04-07 21:40:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 08:45:30 +0100 |
commit | b6601c3d38a8aa61eff9498edd45b4cd1f8d71c7 (patch) | |
tree | 15c8cb08f95bd3ca6e3c7a33333fd72c720aa058 /meta/recipes-devtools | |
parent | 9a14631d6617e104de5694744eaf7236b6988e52 (diff) | |
download | poky-b6601c3d38a8aa61eff9498edd45b4cd1f8d71c7.tar.gz |
qemu-system-native: Fix commented out PACKAGECONFIG
(From OE-Core rev: 2797779cb8b821d8bec8df999c6ebb86384c9686)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index f17a046fca..7a1ccf2115 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -180,7 +180,7 @@ PACKAGECONFIG[snappy] = "--enable-snappy,--disable-snappy,snappy" | |||
180 | PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" | 180 | PACKAGECONFIG[glusterfs] = "--enable-glusterfs,--disable-glusterfs" |
181 | PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" | 181 | PACKAGECONFIG[xkbcommon] = "--enable-xkbcommon,--disable-xkbcommon,libxkbcommon" |
182 | PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" | 182 | PACKAGECONFIG[libudev] = "--enable-libudev,--disable-libudev,eudev" |
183 | #PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" | 183 | PACKAGECONFIG[libxml2] = "--enable-libxml2,--disable-libxml2,libxml2" |
184 | 184 | ||
185 | INSANE_SKIP_${PN} = "arch" | 185 | INSANE_SKIP_${PN} = "arch" |
186 | 186 | ||