From mboxrd@z Thu Jan  1 00:00:00 1970
Return-path: <ptxdist-bounces@pengutronix.de>
Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233])
	by metis.ext.pengutronix.de with esmtp (Exim 4.72)
	(envelope-from <alex.aring@gmail.com>) id 1WUVIz-0005hp-1o
	for ptxdist@pengutronix.de; Mon, 31 Mar 2014 08:02:45 +0200
Received: by mail-wi0-f179.google.com with SMTP id z2so906742wiv.12
	for <ptxdist@pengutronix.de>; Sun, 30 Mar 2014 23:02:39 -0700 (PDT)
Date: Mon, 31 Mar 2014 08:02:34 +0200
From: Alexander Aring <alex.aring@gmail.com>
Message-ID: <20140331060232.GA21382@omega.Speedport_W_921V_1_24_000>
References: <1396118503.4914.22.camel@mars>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <1396118503.4914.22.camel@mars>
Subject: Re: [ptxdist] [PATCH] opencv: add new package
Reply-To: ptxdist@pengutronix.de
List-Id: PTXdist Development Mailing List <ptxdist.pengutronix.de>
List-Unsubscribe: <http://metis.pengutronix.de/cgi-bin/mailman/options/ptxdist>, 
	<mailto:ptxdist-request@pengutronix.de?subject=unsubscribe>
List-Archive: <http://metis.pengutronix.de/pipermail/ptxdist>
List-Post: <mailto:ptxdist@pengutronix.de>
List-Help: <mailto:ptxdist-request@pengutronix.de?subject=help>
List-Subscribe: <http://metis.pengutronix.de/cgi-bin/mailman/listinfo/ptxdist>, 
	<mailto:ptxdist-request@pengutronix.de?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: ptxdist-bounces@pengutronix.de
Errors-To: ptxdist-bounces@pengutronix.de
To: ptxdist@pengutronix.de
Cc: Jan Weitzel <j.weitze@phytec.de>, Roman Dosek <formatsh@gmail.com>

On Sat, Mar 29, 2014 at 07:41:43PM +0100, Christoph Fritz wrote:
> 
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> ---
>  rules/opencv.in   |  168 ++++++++++++++++++++++++++++++++++++++++++++++
>  rules/opencv.make |  193 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 361 insertions(+)
>  create mode 100644 rules/opencv.in
>  create mode 100644 rules/opencv.make
> 
> diff --git a/rules/opencv.in b/rules/opencv.in
> new file mode 100644
> index 0000000..1319232
> --- /dev/null
> +++ b/rules/opencv.in
> @@ -0,0 +1,168 @@
> +## SECTION=multimedia_libs
> +
> +menuconfig OPENCV
> +	bool
> +	prompt "opencv"
> +	select HOST_CMAKE
> +	select GCCLIBS_CXX
> +	select ZLIB
> +	select LIBPNG
> +	select LIBJPEG
> +	select V4L_UTILS
> +	help
> +	 Open Source Computer Vision Library

first thing which I see is there is a off by one error in help you need
to insert one whitespace there....

- Alex

-- 
ptxdist mailing list
ptxdist@pengutronix.de