diff options
-rw-r--r-- | meta-oe/recipes-support/libiio/libiio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libiio/libiio_git.bb b/meta-oe/recipes-support/libiio/libiio_git.bb index 4e57d5b77b..e6e0eaef8b 100644 --- a/meta-oe/recipes-support/libiio/libiio_git.bb +++ b/meta-oe/recipes-support/libiio/libiio_git.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/analogdevicesinc/libiio.git;protocol=https" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit cmake python3native systemd | 15 | inherit cmake python3native systemd distutils3-base |
16 | 16 | ||
17 | DEPENDS = " \ | 17 | DEPENDS = " \ |
18 | flex-native bison-native libaio \ | 18 | flex-native bison-native libaio \ |