aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb
blob: 02a869f2a819c357dd1dd09b4f803dde62d07df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require vala-dbus-binding-tool.inc

# Temporary remove negative preference, because there are 2 versions of 0.4.0 archives:
# the original one depending on libgee1.0 from
# http://downloads.freesmartphone.org/sources/${BPN}/${BP}.tar.bz2
# and new one depending on libgee0.8 from
# http://sourceforge.net/projects/freesmartphone/files/sources/
# The original one can be already deployed on various premirrors,
# so prefer the git recipe which doesn't suffer from this issue
# DEFAULT_PREFERENCE = "-1"

SRCREV = "742c04c2bb0743891904522ce47e50f9e5c99b12"
PV = "0.4.0+gitr${SRCPV}"

SRC_URI = "git://github.com/freesmartphone/vala-dbus-binding-tool.git;protocol=https \
    file://0001-configure.ac-don-t-use-dash-in-m4-macro-names.patch \
"
S = "${WORKDIR}/git"