aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gypsy/gypsy_git.bb
blob: 6ab16e6bee552c9071f87a01451093aad1b07df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require gypsy.inc

DEFAULT_PREFERENCE = "-1"

SRCREV = "be8c9c382d2d1d37b51d29b0843045121ec90213"
PV = "0.9+git${SRCPV}"
PR = "r2"

S = "${WORKDIR}/git"

LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
                    file://COPYING.lib;md5=7fbc338309ac38fefcd64b04bb903e34 \
                    file://src/main.c;beginline=1;endline=25;md5=3fe64e27e61b289b77383a54a982cbdd \
                    file://gypsy/gypsy-time.h;beginline=1;endline=24;md5=06432ea19a7b6607428d04d9dadc37fd"

SRC_URI += "git://anongit.freedesktop.org/gypsy \
            file://fixups.patch"

do_configure_prepend() {
  # from patch 563716fc596d53f1085949a9dd11a62f39b2d624
  test -d ${S}/m4 || mkdir -p ${S}/m4
}