[Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Oct 10 17:38:54 UTC 2011


Le Mon, 10 Oct 2011 19:32:13 +0200,
Klaus Schwarzkopf <schwarzkopf at sensortherm.de> a écrit :

> make: *** No rule to make target `host-icon-naming-utils', needed by 
> `tango-icon-theme-depends'.  Stop.
> 
> Can you help?

Yes, see below.

> > We usually have one patch per new package.
> >
> >> +$(eval $(call AUTOTARGETS,package,icon-naming-utils,host))
> >
> > This should be:
> >
> > $(eval $(call AUTOTARGETS))

I should have said:

$(eval $(call AUTOTARGETS,host))

i.e, only the second and third argument have been removed. The optional
fourth argument, which says whether we instantiate a host or target
package, remains. Its default value is "target", so with just $(eval
$(call AUTOTARGETS)) you create a target package and not the host
package.

Sorry for the mistake.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list