dev-embedded/qdl - 2.7.1 (guru)

Search

Install

Install this version:

emerge -a =dev-embedded/qdl-2.7.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/qdl-2.7.1

Or alternatively:

emerge --autounmask-write -a =dev-embedded/qdl-2.7.1

Package Information

Description:
Tool to communicate with Qualcomm System On a Chip bootroms
Homepage:
https://github.com/linux-msm/qdl
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.7.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
HOMEPAGE="https://github.com/linux-msm/qdl"
SRC_URI="https://github.com/linux-msm/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
	dev-libs/libusb:1
	dev-libs/libxml2:=
	dev-libs/libzip:=
	test? (
		app-arch/zip
		dev-util/cmocka
	)
"
RDEPEND="${DEPEND}"

BDEPEND="
	sys-apps/help2man
	virtual/pkgconfig
"
src_prepare() {
	sed -i '/default_options/d' meson.build || die
	default
}

src_configure() {
	local emesonargs=(
		-DVERSION="${PV}"
	)
	meson_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-embedded/qdl | euse -E <flag> -p dev-embedded/qdl | euse -D <flag> -p dev-embedded/qdl

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/libusb:1
	dev-libs/libxml2:=
	dev-libs/libzip:=
	test? (
		app-arch/zip
		dev-util/cmocka
	)

RDEPEND

	dev-libs/libusb:1
	dev-libs/libxml2:=
	dev-libs/libzip:=
	test? (
		app-arch/zip
		dev-util/cmocka
	)

BDEPEND

	sys-apps/help2man
	virtual/pkgconfig

Manifest for 2.7.1

Type File Size Source URLs
DIST qdl-2.7.1.tar.gz 110298 bytes https://github.com/linux-msm/qdl/archive/refs/tags/v2.7.1.tar.gz