From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/popt
Date: Tue, 26 Aug 2008 14:05:10 -0700 (PDT) [thread overview]
Message-ID: <20080826210510.77957F8024@busybox.net> (raw)
Author: jacmet
Date: 2008-08-26 14:05:10 -0700 (Tue, 26 Aug 2008)
New Revision: 23225
Log:
popt: use := assignments
Modified:
trunk/buildroot/package/popt/popt.mk
Changeset:
Modified: trunk/buildroot/package/popt/popt.mk
===================================================================
--- trunk/buildroot/package/popt/popt.mk 2008-08-26 21:05:05 UTC (rev 23224)
+++ trunk/buildroot/package/popt/popt.mk 2008-08-26 21:05:10 UTC (rev 23225)
@@ -3,13 +3,13 @@
# popt
#
#############################################################
-POPT_VERSION = 1.14
-POPT_SITE = http://rpm5.org/files/popt
-POPT_INSTALL_STAGING = YES
+POPT_VERSION:=1.14
+POPT_SITE:=http://rpm5.org/files/popt
+POPT_INSTALL_STAGING:=YES
POPT_INSTALL_TARGET:=YES
-POPT_CONF_ENV = ac_cv_va_copy=yes
+POPT_CONF_ENV:=ac_cv_va_copy=yes
+POPT_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
-POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install-strip
+POPT_DEPENDENCIES:=uclibc
-
$(eval $(call AUTOTARGETS,package,popt))
next reply other threads:[~2008-08-26 21:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-26 21:05 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-25 20:50 [Buildroot] svn commit: trunk/buildroot/package/popt ulf at uclibc.org
2009-01-25 21:02 ` Peter Korsgaard
2009-01-25 23:28 ` Ulf Samuelsson
2009-01-26 6:01 ` Peter Korsgaard
2008-08-26 21:05 jacmet at uclibc.org
2008-08-26 21:05 jacmet at uclibc.org
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=20080826210510.77957F8024@busybox.net \
--to=jacmet@uclibc.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox