From 3cecaf6aeb06d5bcd3d04000892aff59bda76235 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 12 May 2009 10:25:17 +0000 Subject: [PATCH] [PATCH] Fix missing sqlite package[PATCH] Fix missing sqlite package The python package does not call the BuildPackage method for sqlite3, as a result the python-sqlite3 is not available in menuconfig. Signed-off-by: Roberto Riggio git-svn-id: svn://svn.openwrt.org/openwrt/packages@15796 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/python/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index cdb40137c..7a918cf09 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -371,9 +371,11 @@ $(eval $(call PyPackage,python-mini)) $(eval $(call PyPackage,python-doc)) $(eval $(call PyPackage,python-expat)) $(eval $(call PyPackage,python-openssl)) +$(eval $(call PyPackage,python-sqlite3)) $(eval $(call BuildPackage,python)) $(eval $(call BuildPackage,python-mini)) $(eval $(call BuildPackage,python-doc)) $(eval $(call BuildPackage,python-expat)) $(eval $(call BuildPackage,python-openssl)) +$(eval $(call BuildPackage,python-sqlite3)) -- 2.11.0