From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ibrdtn
Date: Thu, 6 Aug 2015 17:31:01 +0200 [thread overview]
Message-ID: <55C37DB5.3050200@imgtec.com> (raw)
In-Reply-To: <1438865424-5000-1-git-send-email-tom_a_sparks@yahoo.com.au>
Hello Tom,
I think it's better if you send separate patches for each new package
you want to add, along with a good subject such as "new package: <pkg
name>" or something similar.
Also you are not adding a new entry to package/Config.in in order to
make your new packages able to be selected in the menu.
On 06/08/15 14:50, Tom Sparks wrote:
> +IBRCOMMON_CONF_OPTS = --with-openssl --with-lowpan --with-xml
To many spaces between "--with-lowpan" and "--with-xml".
> +IBRCOMMON_INSTALL_STAGING_OPTS = \
> + prefix=$(STAGING_DIR)/usr \
> + exec_prefix=$(STAGING_DIR)/usr \
> + PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \
> + install
> +
> +IBRCOMMON_INSTALL_TARGET_OPTS = \
> + prefix=$(TARGET_DIR)/usr \
> + exec_prefix=$(TARGET_DIR)/usr \
> + install
I wouldn't try to align the back-slashes. Just a space and then the
back-slash.
> +IBRDTN_INSTALL_STAGING_OPTS = \
> + prefix=$(STAGING_DIR)/usr \
> + exec_prefix=$(STAGING_DIR)/usr \
> + PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \
> + install
> +
> +IBRDTN_INSTALL_TARGET_OPTS = \
> + prefix=$(TARGET_DIR)/usr \
> + exec_prefix=$(TARGET_DIR)/usr \
> + install
Same here.
> +if BR2_PACKAGE_IBRDTND
> +
> +source "package/ibrcommon/Config.in"
> +source "package/ibrdtn/Config.in"
> +
> +endif
What are you trying to do with this? Making "ibrdtn" the only package
selectable from menuconfig, and when you select it show the other two in
the menu as well?
> +IBRDTND_CONF_OPTS = --with-curl --with-sqlite --with-tls
More unnecessary spaces.
> +IBRDTND_INSTALL_STAGING_OPTS = \
> + prefix=$(STAGING_DIR)/usr \
> + exec_prefix=$(STAGING_DIR)/usr \
> + PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib \
> + install
> +
> +IBRDTND_INSTALL_TARGET_OPTS = \
> + prefix=$(TARGET_DIR)/usr \
> + exec_prefix=$(TARGET_DIR)/usr \
> + install
No alignment, IMHO.
Regards,
Vincent.
next prev parent reply other threads:[~2015-08-06 15:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-06 12:50 [Buildroot] [PATCH 1/1] ibrdtn Tom Sparks
2015-08-06 15:31 ` Vicente Olivert Riera [this message]
2015-08-06 22:21 ` Thomas Petazzoni
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=55C37DB5.3050200@imgtec.com \
--to=vincent.riera@imgtec.com \
--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