Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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 | |
| 14 | DESCRIPTION = "Gutenprint printer drivers" |
| 15 | HOMEPAGE = "http://gimp-print.sourceforge.net/" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 16 | LICENSE = "GPL-2.0-or-later" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 17 | |
| 18 | SRC_URI = "git://git.code.sf.net/p/gimp-print/source;protocol=https;branch=master" |
| 19 | SRCREV = "8e47dc44dd7738302ba9e8fbc1f918461fed0236" |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |