[Buildroot] libQt3Support.so missing in image on target

Peter Korsgaard jacmet at uclibc.org
Fri Jul 9 13:08:49 UTC 2010


>>>>> "Karl" == Karl Krach <mailinglists at blueSpirit.la> writes:

 Karl> Hello,

 Karl> I would like to commit two patches. First, if you install qt3support the
 Karl> libQt3Support.so is only installed to the STAGING_DIR but missing in the
 Karl> TARGET_DIR - thus on the target.

Committed, thanks.

 Karl> Second, I run from time to time in the problem, that I remove the build
 Karl> directory on reconfigure/recompile but not the libraries from the STATING_DIR
 Karl> - this would be a tiny (but nice) feature.

 Karl> Thanks a lot,

Isn't that what the qt-clean target is for? What is the use case exactly?

 Karl> --- package/qt/qt.mk_qt3support	2010-07-09 14:24:02.000000000 +0200
 Karl> +++ package/qt/qt.mk_recompile	2010-07-09 14:26:09.000000000 +0200
 Karl> @@ -520,6 +520,7 @@
 Karl>  		-nomake demos \
 Karl>  	)
 Karl>  	touch $@
 Karl> +	rm -rf $(STAGING_DIR)/usr/lib/libQt*

What about the header files?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list