All of lore.kernel.org
 help / color / mirror / Atom feed
From: "\"沈华明@qq\"" <446257357@qq.com>
To: yocto@yoctoproject.org
Subject: to build the opencv lib
Date: Tue, 24 Apr 2012 18:13:10 +0800	[thread overview]
Message-ID: <4F967CB6.6020301@qq.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3112 bytes --]

Hi,
    I want to build the opencv lib into yocto,but I have no idea to do 
it. I have copyed a opencv_1.0.0.bb file
into my layer,and after I do :bitbake opencv.,it comes the error:Nothing 
PROVIDES 'swig'(but ....)....
The recipe is the following,

|DESCRIPTION=  "Opencv : The Open Computer Vision Library"
HOMEPAGE=  "http://sourceforge.net/projects/opencvlibrary"
SECTION=  "libs"
PRIORITY=  "optional"
LICENSE=  "GPLv2"

PR=  "r3"

DEPENDS=  "libtool swig swig-native python jpeg zlib libpng tiff glib-2.0"
#RDEPENDS_${PN} =  "python jpeg zlib libpng tiff glib-2.0"

SRC_URI=  "${SOURCEFORGE_MIRROR}/opencvlibrary/opencv-${PV}.tar.gz \
           file://debian/010_enable_static.diff \
           file://debian/010_ffmpeg_linking.diff \
           file://debian/010_fix_optimisations.diff \
           file://debian/010_m4_syntax.diff \
           file://debian/010_makefile_syntax.diff \
           file://debian/010_python_cspec.diff \
           file://debian/020_python_linking.diff \
           file://debian/030_install_hook.diff \
           file://debian/050_rebootstrap.diff \
           file://debian/100_amd64.diff \
           file://debian/100_static_inline.diff \
           file://debian/100_ffmpeg_updates.diff \
           file://debian/110_dc1394.diff \
           file://debian/120_header_warnings.diff \
           file://debian/200_documentation.diff \
           file://debian/200_examples_makefile.diff \
           file://debian/210_openmp_compilation.diff \
           file://debian/300_fix_segfault_in_window_gtk.diff \
"

inherit distutils-base autotools pkgconfig

EXTRA_OECONF=  "--disable-debug  --without-gtk --without-python --disable-apps az_python_cspec=${STAGING_INCDIR}/${PYTHON_DIR}"

export BUILD_SYS
export HOST_SYS

do_configure() {
	gnu-configize
	cp ${STAGING_DATADIR}/libtool/config.{sub,guess}  autotools
	oe_runconf
}

PACKAGES+=  "python-opencv"

python populate_packages_prepend() {
	cv_libdir=  bb.data.expand('${libdir}',  d)
	cv_libdir_dbg=  bb.data.expand('${libdir}/.debug',  d)
	do_split_packages(d,  cv_libdir,  '^lib(.*)\.so$',  'lib%s-dev',  'OpenCV%s development package',  extra_depends='${PN}-dev',  allow_links=True)
	do_split_packages(d,  cv_libdir,  '^lib(.*)\.la$',  'lib%s-dev',  'OpenCV%s development package',  extra_depends='${PN}-dev')
	do_split_packages(d,  cv_libdir,  '^lib(.*)\.a$',  'lib%s-dev',  'OpenCV%s development package',  extra_depends='${PN}-dev')
	do_split_packages(d,  cv_libdir,  '^lib(.*)\.so\.*',  'lib%s',  'OpenCV%s library',  extra_depends='',  allow_links=True)
}

FILES_${PN}-doc+=  "${datadir}/opencv/"
FILES_${PN} =  "${bindir}"
FILES_${PN}-dbg+=  "${libdir}/.debug"
FILES_${PN}-dev=  "${includedir} ${libdir}/pkgconfig"

DESCRIPTION_python-opencv=  "Python bindings to opencv"
FILES_python-opencv=  "${PYTHON_SITEPACKAGES_DIR}/*"
RDEPENDS_python-opencv=  "python-core"

SRC_URI[md5sum] =  "146a05005f2d2c16c4ee10ebd7f1dd58"
SRC_URI[sha256sum] =  "3a6ee888e4dd4ab7f2bc80d046688c099c6a95d1267af554b7c8f1543b66f21e"



Thanks~
|




[-- Attachment #2: Type: text/html, Size: 9407 bytes --]

             reply	other threads:[~2012-04-24 10:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24 10:13 "沈华明@qq" [this message]
2012-04-24 15:06 ` to build the opencv lib Cui, Dexuan
2012-04-24 18:06 ` Autif Khan

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=4F967CB6.6020301@qq.com \
    --to=446257357@qq.com \
    --cc=yocto@yoctoproject.org \
    /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 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.