diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-04-07 21:40:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 3a8d3a398467f68010092d2710e4a512b0d69463 (patch) | |
tree | e20732bce2e2951ffa987694cc9bc2a1393687a7 | |
parent | b72dbb2e4bf2fb6cc39a87d9ca38ab4a515fe68f (diff) | |
download | poky-3a8d3a398467f68010092d2710e4a512b0d69463.tar.gz |
qemu-system-native: Fix commented out PACKAGECONFIG
(From OE-Core rev: f2bcc384a6e90480b5b0f0c77530f014785b291e)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 | ||