aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
blob: c1f0432d594bac16a53ceae7ccec4ae8b58875a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require pseudo.inc

SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18"
PV = "1.1.1+git${SRCPV}"
PR = "r19"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
           file://oe-config.patch \
           file://static_sqlite.patch"

S = "${WORKDIR}/git"