package/opencv: re-introduce opencv for opencv-2.4
authorSamuel Martin <s.martin49@gmail.com>
Mon, 24 Aug 2015 12:47:10 +0000 (14:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Aug 2015 09:56:57 +0000 (11:56 +0200)
commitac57d05076d7554d5bf43375cc7269fc0e658acc
tree31d3ed3e4afb13f4bbf731a7ffc826918a564f74
parent3ba8dc3561090c817cdc123d9182b0f0d5d326c0
package/opencv: re-introduce opencv for opencv-2.4

As Jonathan noticed in [1], users' applications may depend on opencv-2.4
APIs removed in opencv-3.0.

So, re-introduce opencv package as it was right before the bump to
opencv-3.0 (i.e.: commit bf00b5a9ea1ab4189fe5c7dea05f40d0bbbf2082).

We do not support both OpenCV-2.4 and OpenCV-3 at the same time, so make
OpenCV-3 depend on !OpenCV-2.4.

[1] http://lists.busybox.net/pipermail/buildroot/2015-August/135270.html

Cc: Jonathan Ben Avraham <yba@tkos.co.il>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
[yann.morin.1998@free.fr:
  - remove legacy symbols, now
  - make opencv3 depends on !opencv, not the other way around
  - slitghly reword the commit log (opencv/opencv3 dependency)
]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in.legacy
package/Config.in
package/opencv/0001-core-fix-x86-PIC-code-compilation.patch [new file with mode: 0644]
package/opencv/0002-superres-Fix-return-type-value-VideoFrameSource_GPU.patch [new file with mode: 0644]
package/opencv/0003-cmake-OpenCVGenPkgconfig.cmake-rework-opencv.pc-gene.patch [new file with mode: 0644]
package/opencv/Config.in [new file with mode: 0644]
package/opencv/opencv.mk [new file with mode: 0644]
package/opencv3/Config.in