mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
This commit is contained in:
parent
b4b38739a5
commit
73bf8098c9
@ -307,7 +307,7 @@ endif
|
|||||||
cp -dpfr $(STAGING_DIR)/usr/plugins/imageformats $(TARGET_DIR)/usr/plugins/; \
|
cp -dpfr $(STAGING_DIR)/usr/plugins/imageformats $(TARGET_DIR)/usr/plugins/; \
|
||||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/plugins/imageformats/*; \
|
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/plugins/imageformats/*; \
|
||||||
fi
|
fi
|
||||||
ifneq ($(BR2_PACKAGE_QTOPIA4_SQL),y)
|
ifneq ($(BR2_PACKAGE_QTOPIA4_SQL_MODULE),y)
|
||||||
# Remove Sql libraries, not needed
|
# Remove Sql libraries, not needed
|
||||||
-rm $(TARGET_DIR)/usr/lib/libQtSql*
|
-rm $(TARGET_DIR)/usr/lib/libQtSql*
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user