projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b3873
)
fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg...
author
Thiago A. Corrêa
<thiago.correa@gmail.com>
Fri, 31 Oct 2008 02:17:30 +0000
(
02:17
-0000)
committer
Thiago A. Corrêa
<thiago.correa@gmail.com>
Fri, 31 Oct 2008 02:17:30 +0000
(
02:17
-0000)
package/qtopia4/qtopia4.mk
patch
|
blob
|
history
diff --git
a/package/qtopia4/qtopia4.mk
b/package/qtopia4/qtopia4.mk
index 9c08be92741c67edeee619d04e10f0868eb34e90..de3bf4d2de55202d582980f13639ef08bc0d34ef 100644
(file)
--- a/
package/qtopia4/qtopia4.mk
+++ b/
package/qtopia4/qtopia4.mk
@@
-307,7
+307,7
@@
endif
cp -dpfr $(STAGING_DIR)/usr/plugins/imageformats $(TARGET_DIR)/usr/plugins/; \
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/plugins/imageformats/*; \
fi
-ifneq ($(BR2_PACKAGE_QTOPIA4_SQL),y)
+ifneq ($(BR2_PACKAGE_QTOPIA4_SQL
_MODULE
),y)
# Remove Sql libraries, not needed
-rm $(TARGET_DIR)/usr/lib/libQtSql*
endif