1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-12 17:10:33 +01:00
OpenVoiceOS/buildroot-patches/0019-Make-host-python-pybind-available.patch
Peter Steenbergen 987755a337 Add precise-lite support + all dependencies for it.
(No TFlite_runtime package included as of yet)
2021-09-23 14:55:05 +02:00

22 lines
674 B
Diff

From 42cd487bdaad006ba0a7792487a920c660e3d395 Mon Sep 17 00:00:00 2001
From: Peter Steenbergen <info@j1nx.nl>
Date: Thu, 23 Sep 2021 08:47:00 +0200
Subject: [PATCH 1/1] Make host-python-pybind available
---
package/python-pybind/python-pybind.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/python-pybind/python-pybind.mk b/package/python-pybind/python-pybind.mk
index a6a1bdb976..ec3a96ca64 100644
--- a/package/python-pybind/python-pybind.mk
+++ b/package/python-pybind/python-pybind.mk
@@ -11,3 +11,4 @@ PYTHON_PYBIND_LICENSE_FILES = LICENSE
PYTHON_PYBIND_SETUP_TYPE = setuptools
$(eval $(python-package))
+$(eval $(host-python-package))
--
2.33.0