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

Build libks with yocto recipe #128

Open
tinu73 opened this issue Aug 28, 2022 · 0 comments
Open

Build libks with yocto recipe #128

tinu73 opened this issue Aug 28, 2022 · 0 comments

Comments

@tinu73
Copy link

tinu73 commented Aug 28, 2022

I'm trying to build libks with a Yocto recipe

DESCRIPTION = "Foundational support for signalwire C products"
HOMEPAGE = "https://github.com/signalwire/libks"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://copyright;md5=5419284e41fbb9983fe7986a879b8224"

SRC_URI = "git://github.com/signalwire/libks;protocol=https;branch=master"

PV = "1.8.0+git${SRCPV}"
SRCREV = "25723366532d2244c362988748c87512fcafde4a"

S = "${WORKDIR}/git"

DEPENDS = "openssl util-linux"

inherit cmake

EXTRA_OECMAKE = "-DCMAKE_BUILD_TYPE=Release"

Basically the recipe has been create with recipetool create -V 1.8.0 https://github.com/signalwire/libks.

When i run bitbake libks, i get the following error

CMake Error at cmake_install.cmake:109 (file):
|   file INSTALL cannot find
|   "/home/.../rpi64/build/tmp/work/aarch64-poky-linux/libks/1.8.0+gitAUTOINC+2572336653-r0/build/copyright":
|   No such file or directory.

The ${WORKDIR}/git does contain the copyright file, but it seems its not copied in build folder. Do i miss something in my recipe?

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