We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi when I try to launch the build of the image, it throws this error :
Cloning into bare repository '/home/builduser/andersson/qrtr-pkg/qrtr'... ==> Validating source files with md5sums... qrtr ... Skipped ==> Extracting sources... -> Creating working copy of qrtr git repo... Cloning into 'qrtr'... done. ==> Starting pkgver()... ==> Updated version: qrtr v1.1.r3.gef44ad1-1 ==> Starting build()... make: *** No targets specified and no makefile found. Stop. ==> ERROR: A failure occurred in build(). Aborting... + exit_code=4 + sleep 1.0 + umount -R //build/rootfs + return 4
I guess it is due to the use of meson in the qrtr repo and that there isn't a Makefile, but I'm not sure.
The text was updated successfully, but these errors were encountered:
the last commit with the Makefile is this one : https://github.com/linux-msm/qrtr/tree/20d1f78be8345f024a217eea9201192cd20d6a7f
Sorry, something went wrong.
No branches or pull requests
Hi when I try to launch the build of the image, it throws this error :
I guess it is due to the use of meson in the qrtr repo and that there isn't a Makefile, but I'm not sure.
The text was updated successfully, but these errors were encountered: