From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 10 Oct 2011 19:38:54 +0200 Subject: [Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils In-Reply-To: <4E932C1D.1090605@sensortherm.de> References: <1318253496-23729-1-git-send-email-schwarzkopf@sensortherm.de> <20111010161008.3ba4b436@skate> <4E932C1D.1090605@sensortherm.de> Message-ID: <20111010193854.0ac757c6@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Le Mon, 10 Oct 2011 19:32:13 +0200, Klaus Schwarzkopf 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