Hi Jan
Still It is not getting included in isar
WARNING: bluez-1.0-r0 do_fetch: Failed to fetch URL
https://sources.debian.org/patches/bluez/5.55-3.1/, attempting MIRRORS if available
ERROR: bluez-1.0-r0 do_fetch: Fetcher failure for URL: '
https://sources.debian.org/patches/bluez/5.55-3.1/'. The fetch command returned success for url
https://sources.debian.org/patches/bluez/5.55-3.1/ but /work/build/downloads/sources.debian.org.patches.bluez.5.55-3.1. doesn't exist?!
ERROR: bluez-1.0-r0 do_fetch: Fetcher failure for URL: '
https://sources.debian.org/patches/bluez/5.55-3.1/'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /work/build/tmp/work/cip-core-buster-armhf/bluez/1.0-r0/temp/log.do_fetch.917
ERROR: Task (/repo/recipes-core/bluez/bluez.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 20 tasks of which 19 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/repo/recipes-core/bluez/bluez.bb:do_fetch
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
builder@05bb7ca9f421:/work/build$
Is there anything to change in the .bb file
# This software is a part of ISAR.
# Copyright (c) Siemens AG, 2019
#
# SPDX-License-Identifier: MIT
inherit dpkg
# This will fetch and unpack the sources from upstream Debian.
# Note that you can also choose a version but have to pick the exact one
# i.e. "apt://bluez".
# You may also select the desired release in case multiples are configured and
# you do want to pin the version: "apt://hello/buster".
#SRC_URI = "apt://bluez-5.50"
SRC_URI = "
https://sources.debian.org/patches/bluez/5.55-3.1/"
MAINTAINER = "isar-users <
isar-users@googlegroups.com>"
#CHANGELOG_V = "<orig-version>+isar"
DEB_BUILD_OPTIONS += "${@ 'nocheck' if d.getVar('ISAR_CROSS_COMPILE', True) == '1' else '' }"
do_prepare_build() {
deb_add_changelog
# this seems to be a build dep missing in the upstream control file
if ! grep texinfo ${S}/debian/control; then
sed -i -e 's/Build-Depends:/Build-Depends: texinfo,/g' ${S}/debian/control
fi
}
can you give any file to need to do exact changes for including the bluez
Regards