[Buildroot] [Bug 299] add shared-mime-info package

bugzilla at busybox.net bugzilla at busybox.net
Wed Apr 29 07:29:25 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=299





--- Comment #6 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com>  2009-04-29 07:29:25 UTC ---
I've committed your patches with small modifications (r26235 and r26236). They
build correctly for me, for my limited testing.

However, there's one thing that I'm not sure about. You re-generate the MIME
cache from $(STAGING_DIR)/usr/share/mime in the POST_INSTALL hook of
shared-mime-info. But what if a Buildroot package adds a file to
$(STAGING_DIR)/usr/share/mime *after* the execution of shared-mime-info's
POST_INSTALL hook ?

If a package adds something in $(STAGING_DIR)/usr/share/mime, it should
probably depend on shared-mime-info, which will trigger the compilation of
shared-mime-info and the execution of its POST_INSTALL hook before the
compilation of the package.

Am I misunderstanding ? If not, what solution does you see to this problem ?


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list