Skip to content
Snippets Groups Projects
Commit b5aeac4f authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

branches: Added missing branches from SRC_URI

Bitbake throws a warning in recent versions, when no branch is given for
a git repository.
Added the default master branches to the recipes.
parent 8674cdbf
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
......@@ -11,14 +11,17 @@ DEPENDS = "libpng jpeg"
INHIBIT_PACKAGE_STRIP = "1"
SRC_URI = " \
git://repo.or.cz/fbv.git;rev=127dd84cede022cd5173ff2d7450677a14486784 \
file://remove-hardcoded-cc-from-make.patch \
file://use-giflib.patch \
"
git://repo.or.cz/fbv.git;protocol=https;branch=master\
file://remove-hardcoded-cc-from-make.patch \
file://use-giflib.patch \
"
SRCREV = "127dd84cede022cd5173ff2d7450677a14486784"
S = "${WORKDIR}/git"
do_configure() {
${B}/configure --prefix=/usr --bindir=${bindir} --without-bmp --without-libgif
${B}/configure --prefix=/usr --bindir=${bindir} --without-bmp --without-libgif
}
do_install:prepend() {
......@@ -27,5 +30,5 @@ do_install:prepend() {
}
FILES:${PN}-doc = " \
/usr/man/man1/${PN}.1.gz \
"
/usr/man/man1/${PN}.1.gz \
"
......@@ -15,7 +15,7 @@ LICENSE = "GPL-3.0 & The-Qt-Company-GPL-Exception-1.0"
LIC_FILES_CHKSUM = "file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "git://github.com/CrimsonAS/qmlbench.git;protocol=https"
SRC_URI = "git://github.com/CrimsonAS/qmlbench.git;protocol=https;branch=master"
# Modify these as desired
PV = "1.0+git${SRCPV}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment