From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] New package: zxing
Date: Sun, 24 Jun 2012 19:24:09 +0200 [thread overview]
Message-ID: <8762agaaiu.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1332720940-28373-1-git-send-email-fhunleth@troodon-software.com> (Frank Hunleth's message of "Sun, 25 Mar 2012 20:15:40 -0400")
>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:
Frank> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Thanks, committed. I ended up reworking it to use a simple makefile
instead of scons, both because of the dos/unix newline issue you pointed
out yourself, and also because scons hardcoded compiler flags.
See below for a few other minor issues.
Frank> +config BR2_PACKAGE_ZXING
Frank> + bool "zxing"
Frank> + depends on BR2_INSTALL_LIBSTDCPP
Frank> + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
Frank> + help
Frank> + ZXing (pronounced "zebra crossing") is an open-source,
Frank> + multi-format 1D/2D barcode image processing library
These two lines have trailing spaces.
Frank> +++ b/package/zxing/zxing.mk
Frank> @@ -0,0 +1,38 @@
Frank> +#############################################################
Frank> +#
Frank> +# zxing
Frank> +#
Frank> +#############################################################
Frank> +ZXING_VERSION = 2.0
Frank> +ZXING_SITE = http://zxing.googlecode.com/files
Frank> +ZXING_SOURCE = ZXing-$(ZXING_VERSION).zip
Frank> +ZXING_DEPENDENCIES = host-scons
Frank> +ZXING_INSTALL_STAGING = YES
Frank> +ZXING_INSTALL_TARGET = NO
Buildroot can be used to build a native compiler and development
environment, so we also install into target. If BR2_HAVE_DEVFILES is
disabled, then the target filesystem is cleaned up of usr/lib/lib*.a /
usr/include before the filesystem images are created.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2012-06-24 17:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-26 0:15 [Buildroot] [PATCH v2] New package: zxing Frank Hunleth
2012-06-24 17:24 ` Peter Korsgaard [this message]
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=8762agaaiu.fsf@macbook.be.48ers.dk \
--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