From 99fefadeb15d48bb7cb2f303c03a295918aa1d2e Mon Sep 17 00:00:00 2001 From: vegano1 Date: Fri, 20 Dec 2024 15:36:55 -0500 Subject: [PATCH] use bison-native --- layers/meta-opentrons/recipes-devtools/avrdude/avrdude_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-opentrons/recipes-devtools/avrdude/avrdude_svn.bb b/layers/meta-opentrons/recipes-devtools/avrdude/avrdude_svn.bb index c775063d..8b754e56 100644 --- a/layers/meta-opentrons/recipes-devtools/avrdude/avrdude_svn.bb +++ b/layers/meta-opentrons/recipes-devtools/avrdude/avrdude_svn.bb @@ -3,7 +3,7 @@ SUMMARY = "AVRDUDE is a utility to download/upload/manipulate the ROM and EEPROM LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4f51bb496ef8872ccff73f440f2464a8" -DEPENDS = "libusb elfutils hidapi libftdi" +DEPENDS = "libusb elfutils hidapi libftdi bison-native" inherit autotools