From 2666439d17f28cfb42cbb9387b0e222306b1b689 Mon Sep 17 00:00:00 2001 From: Laurentiu Tudor Date: Mon, 26 Oct 2015 14:22:42 +0200 Subject: qemu: enable back libusb through PACKAGECONFIG This fixes usb passthrough support. Signed-off-by: Laurentiu Tudor Cc: Lu Wei Signed-off-by: Zhenhua Luo --- recipes-devtools/qemu/qemu_fslgit.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb index f977a37..b5043fb 100644 --- a/recipes-devtools/qemu/qemu_fslgit.bb +++ b/recipes-devtools/qemu/qemu_fslgit.bb @@ -18,13 +18,14 @@ SRCREV = "00ac004143e9fe46944a1885b04268fcd3a95a3a" S = "${WORKDIR}/git" QEMU_TARGETS = "ppc" -PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl --enable-libusb' +PPC_OECONF = '${SDL} --cross-prefix=${TARGET_PREFIX} --disable-werror --disable-vnc --disable-bluez --disable-curl' EXTRA_OECONF_e5500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e6500-64b = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e6500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e5500 = "--target-list=ppc64-softmmu ${PPC_OECONF}" EXTRA_OECONF_e500v2 = "--target-list=ppc-softmmu ${PPC_OECONF}" EXTRA_OECONF_e500mc = "--target-list=ppc-softmmu ${PPC_OECONF}" +PACKAGECONFIG_append = " libusb" do_configure_prepend() { export PKG_CONFIG=${STAGING_DIR_NATIVE}${bindir_native}/pkg-config -- cgit v1.2.3-54-g00ecf