blob: 1f712585f78c8a7ecde79952eeab894de83223f2 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001# common part for gutenprint-native / gutenprint
2#
3# As we are using the native part for generating string header to the target
4# version, it is important they use the same version.
5# So we set the SRC_URI and SRCREV here.
6#
7# Copyright (c) Ambu A/S - All rights reserved
8# SPDX-License-Identifier: MIT
9#
10# Author(s)
11# clst@ambu.com (Claus Stovgaard)
12#
13
14DESCRIPTION = "Gutenprint printer drivers"
15HOMEPAGE = "http://gimp-print.sourceforge.net/"
Andrew Geissler9aee5002022-03-30 16:27:02 +000016LICENSE = "GPL-2.0-or-later"
Andrew Geissler595f6302022-01-24 19:11:47 +000017
18SRC_URI = "git://git.code.sf.net/p/gimp-print/source;protocol=https;branch=master"
19SRCREV = "8e47dc44dd7738302ba9e8fbc1f918461fed0236"
20S = "${WORKDIR}/git"
21
22LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"