All of lore.kernel.org
 help / color / mirror / Atom feed
From: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils
Date: Mon, 10 Oct 2011 19:32:13 +0200	[thread overview]
Message-ID: <4E932C1D.1090605@sensortherm.de> (raw)
In-Reply-To: <20111010161008.3ba4b436@skate>

Hello Thomas,

if made the changes, and test it with the latest git tree. But i get an 
error:

 >>> tango-icon-theme 0.8.90 Extracting
gzip -d -c 
/home/klaus/ti-dvsdk_dm365/buildroot/dl/tango-icon-theme-0.8.90.tar.gz | 
tar --strip-components=1 -C 
/home/klaus/ti-dvsdk_dm365/buildroot/output/build/tango-icon-theme-0.8.90 
-xf -
 >>> tango-icon-theme 0.8.90 Patching package//tango-icon-theme
 >>> tango-icon-theme 0.8.90  Updating config.sub and config.guess
for file in config.guess config.sub; do for i in $(find 
/home/klaus/ti-dvsdk_dm365/buildroot/output/build/tango-icon-theme-0.8.90 -name 
$file); do cp support/gnuconfig/$file $i; done; done
 >>> tango-icon-theme 0.8.90 Patching libtool
make: *** No rule to make target `host-icon-naming-utils', needed by 
`tango-icon-theme-depends'.  Stop.


Can you help?

Regards,

Klaus

Am 10.10.2011 16:10, schrieb Thomas Petazzoni:
> Hello Klaus,
>
> Le Mon, 10 Oct 2011 15:31:36 +0200,
> Klaus Schwarzkopf<schwarzkopf@sensortherm.de>  a ?crit :
>
>> Signed-off-by: Klaus Schwarzkopf<schwarzkopf@sensortherm.de>
>> ---
>>   package/Config.in                              |    1 +
>>   package/icon-naming-utils/icon-naming-utils.mk |   11 +++++++++++
>>   package/tango-icon-theme/Config.in             |    6 ++++++
>>   package/tango-icon-theme/tango-icon-theme.mk   |   15 +++++++++++++++
>
> We usually have one patch per new package.
>
>> +$(eval $(call AUTOTARGETS,package,icon-naming-utils,host))
>
> This should be:
>
> $(eval $(call AUTOTARGETS))
>
> in the Git version of Buildroot. The documentation has not yet been
> updated in that regard.
>
>> +TANGO_ICON_THEME_VERSION = 0.8.90
>> +TANGO_ICON_THEME_SOURCE = tango-icon-theme-$(TANGO_ICON_THEME_VERSION).tar.gz
>> +TANGO_ICON_THEME_SITE = http://tango.freedesktop.org/releases/
>> +
>> +TANGO_ICON_THEME_CONF_ENV = PKG_CONFIG_PATH=$(HOST_DIR)/usr/lib/pkgconfig
>
> Here you're going to build a target package (tango-icon-theme) based on
> library informations of the host. This looks wrong. pkg-config already
> looks in $(STAGING_DIR)/usr/lib/pkgconfig.
>
> Could you detail why this is needed ?
>
>> +$(eval $(call AUTOTARGETS,package,tango-icon-theme))
>
> $(eval $(call AUTOTARGETS))
>
> Regards,
>
> Thomas

  parent reply	other threads:[~2011-10-10 17:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-10 13:31 [Buildroot] [PATCH] add package tango-icon-theme and dependency icon-naming-utils Klaus Schwarzkopf
2011-10-10 14:10 ` Thomas Petazzoni
2011-10-10 14:23   ` Klaus Schwarzkopf
2011-10-10 17:32   ` Klaus Schwarzkopf [this message]
2011-10-10 17:38     ` Thomas Petazzoni
2011-10-10 18:09       ` Klaus Schwarzkopf
2011-10-10 18:07 ` [Buildroot] [PATCH 1/2 v2] add package tango-icon-theme Klaus Schwarzkopf
2011-10-10 18:08 ` [Buildroot] [PATCH 2/2 v2] icon-naming-utils for tango-icon-theme Klaus Schwarzkopf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E932C1D.1090605@sensortherm.de \
    --to=schwarzkopf@sensortherm.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.