1# 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/" 16LICENSE = "GPL-2.0-or-later" 17 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"