Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbake fail for lcm in yocto fido (building mavconn) #2

Open
ymotola opened this issue Dec 28, 2016 · 0 comments
Open

Bitbake fail for lcm in yocto fido (building mavconn) #2

ymotola opened this issue Dec 28, 2016 · 0 comments

Comments

@ymotola
Copy link

ymotola commented Dec 28, 2016

https://lcm.googlecode.com/files/lcm-1.0.0.tar.gz
doesn't exist anymore.

I updated the lcm-1.0.0.bb file to the following(1.0.0 from archives couldn't be installed), bitbake passes:

SUMMARY = "Lightweight Communications and Marshalling"

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=58f4394e20cf65bea09efdc8b430c0bd"

DEPENDS = "glib-2.0"

SRC_URI = "https://github.com/lcm-proj/lcm/archive/v1.3.1.tar.gz"
SRC_URI[md5sum] = "a63526585e517d5a37a69880594c73ac"
SRC_URI[sha256sum] = "d9765731127e5138017938c2f990eda6d8a8df260c98fe3053189db7954b9a41"

inherit autotools gettext pkgconfig

EXTRA_OECONF = " \
                 --without-python \
                 --without-java \
                 --without-lua \
               "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant