[Buildroot] [git commit] package: rename opencv -> opencv3

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Aug 25 09:51:35 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=3ba8dc3561090c817cdc123d9182b0f0d5d326c0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since there is a couple of API breaks between OpenCV 2.4 and 3.0, two
distinct packages mutually exclusive will be integrated in the package
tree.

So, this change prepares the re-introduction of the OpenCV-2.4 package
by renaming the current opencv package (which provides OpenCV-3.0) to
opencv3.

Reverse dependencies (vlc) is fixed to use the new symbols.

Cc: Jonathan Ben Avraham <yba at tkos.co.il>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
[yann.morin.1998 at free.fr:
  - fix missed usage in vlc.mk
  - don't remove legacy OpenCV symbols
  - fix 'endif' comment
  - slightly reword commit log (reverse deps)
]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/Config.in                                  |    2 +-
 ...pthread-based-parallel_for-with-gcc-4.4.3.patch |    0
 ...002-fix-support-for-pthreads-parallel_for.patch |    0
 package/{opencv => opencv3}/Config.in              |  152 +++++++-------
 package/{opencv/opencv.mk => opencv3/opencv3.mk}   |  230 ++++++++++----------
 package/vlc/Config.in                              |    4 +-
 package/vlc/vlc.mk                                 |    4 +-
 7 files changed, 196 insertions(+), 196 deletions(-)

Patch is too large, so refusing to show it


More information about the buildroot mailing list