All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] opencv: Bump version to 2.4.9.1
@ 2014-09-26 13:09 Vicente Olivert Riera
  2014-09-26 19:16 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Vicente Olivert Riera @ 2014-09-26 13:09 UTC (permalink / raw)
  To: buildroot

And also add a hash file.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/opencv/opencv.hash |    3 +++
 package/opencv/opencv.mk   |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
 create mode 100644 package/opencv/opencv.hash

diff --git a/package/opencv/opencv.hash b/package/opencv/opencv.hash
new file mode 100644
index 0000000..04cb3c5
--- /dev/null
+++ b/package/opencv/opencv.hash
@@ -0,0 +1,3 @@
+# From https://github.com/itseez/opencv/archive/2.4.9.1/
+md5	f9d8626711a183a8f39ce9822a40f35f	opencv-2.4.9.1.tar.gz
+sha1	adcaf808e4d5d3b394514061d1da3d4352964c7d	opencv-2.4.9.1.tar.gz
diff --git a/package/opencv/opencv.mk b/package/opencv/opencv.mk
index 8c2de79..f77d14d 100644
--- a/package/opencv/opencv.mk
+++ b/package/opencv/opencv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPENCV_VERSION = 2.4.8
+OPENCV_VERSION = 2.4.9.1
 OPENCV_SITE = $(call github,itseez,opencv,$(OPENCV_VERSION))
 OPENCV_INSTALL_STAGING = YES
 OPENCV_LICENSE = BSD-3c
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] opencv: Bump version to 2.4.9.1
  2014-09-26 13:09 [Buildroot] [PATCH] opencv: Bump version to 2.4.9.1 Vicente Olivert Riera
@ 2014-09-26 19:16 ` Peter Korsgaard
  2014-09-29  9:10   ` Vicente Olivert Riera
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2014-09-26 19:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > And also add a hash file.
 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
 > ---
 >  package/opencv/opencv.hash |    3 +++
 >  package/opencv/opencv.mk   |    2 +-
 >  2 files changed, 4 insertions(+), 1 deletions(-)
 >  create mode 100644 package/opencv/opencv.hash

 > diff --git a/package/opencv/opencv.hash b/package/opencv/opencv.hash
 > new file mode 100644
 > index 0000000..04cb3c5
 > --- /dev/null
 > +++ b/package/opencv/opencv.hash
 > @@ -0,0 +1,3 @@
 > +# From https://github.com/itseez/opencv/archive/2.4.9.1/
 > +md5	f9d8626711a183a8f39ce9822a40f35f	opencv-2.4.9.1.tar.gz
 > +sha1	adcaf808e4d5d3b394514061d1da3d4352964c7d	opencv-2.4.9.1.tar.gz
 > diff --git a/package/opencv/opencv.mk b/package/opencv/opencv.mk
 > index 8c2de79..f77d14d 100644
 > --- a/package/opencv/opencv.mk
 > +++ b/package/opencv/opencv.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -OPENCV_VERSION = 2.4.8
 > +OPENCV_VERSION = 2.4.9.1
 >  OPENCV_SITE = $(call github,itseez,opencv,$(OPENCV_VERSION))
 >  OPENCV_INSTALL_STAGING = YES
 >  OPENCV_LICENSE = BSD-3c

Seems like the license file (location) changed:

make opencv-legal-info
cat: /home/peko/source/buildroot/output/build/opencv-2.4.9.1/doc/license.txt: No such file or directory
package/opencv/opencv.mk:250: recipe for target 'opencv-legal-info' failed
make: *** [opencv-legal-info] Error 1

Care to fix that and resend?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] opencv: Bump version to 2.4.9.1
  2014-09-26 19:16 ` Peter Korsgaard
@ 2014-09-29  9:10   ` Vicente Olivert Riera
  0 siblings, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2014-09-29  9:10 UTC (permalink / raw)
  To: buildroot

On 09/26/2014 08:16 PM, Peter Korsgaard wrote:
>>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
>
>   > And also add a hash file.
>   > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>   > ---
>   >  package/opencv/opencv.hash |    3 +++
>   >  package/opencv/opencv.mk   |    2 +-
>   >  2 files changed, 4 insertions(+), 1 deletions(-)
>   >  create mode 100644 package/opencv/opencv.hash
>
>   > diff --git a/package/opencv/opencv.hash b/package/opencv/opencv.hash
>   > new file mode 100644
>   > index 0000000..04cb3c5
>   > --- /dev/null
>   > +++ b/package/opencv/opencv.hash
>   > @@ -0,0 +1,3 @@
>   > +# From https://github.com/itseez/opencv/archive/2.4.9.1/
>   > +md5	f9d8626711a183a8f39ce9822a40f35f	opencv-2.4.9.1.tar.gz
>   > +sha1	adcaf808e4d5d3b394514061d1da3d4352964c7d	opencv-2.4.9.1.tar.gz
>   > diff --git a/package/opencv/opencv.mk b/package/opencv/opencv.mk
>   > index 8c2de79..f77d14d 100644
>   > --- a/package/opencv/opencv.mk
>   > +++ b/package/opencv/opencv.mk
>   > @@ -4,7 +4,7 @@
>   >  #
>   >  ################################################################################
>
>   > -OPENCV_VERSION = 2.4.8
>   > +OPENCV_VERSION = 2.4.9.1
>   >  OPENCV_SITE = $(call github,itseez,opencv,$(OPENCV_VERSION))
>   >  OPENCV_INSTALL_STAGING = YES
>   >  OPENCV_LICENSE = BSD-3c
>
> Seems like the license file (location) changed:
>
> make opencv-legal-info
> cat: /home/peko/source/buildroot/output/build/opencv-2.4.9.1/doc/license.txt: No such file or directory
> package/opencv/opencv.mk:250: recipe for target 'opencv-legal-info' failed
> make: *** [opencv-legal-info] Error 1
>
> Care to fix that and resend?

Fixed:
   http://patchwork.ozlabs.org/patch/394308/

Sorry for the delay :)

-- 
Vincent

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-29  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 13:09 [Buildroot] [PATCH] opencv: Bump version to 2.4.9.1 Vicente Olivert Riera
2014-09-26 19:16 ` Peter Korsgaard
2014-09-29  9:10   ` Vicente Olivert Riera

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.