blob: 02a869f2a819c357dd1dd09b4f803dde62d07df3 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001require vala-dbus-binding-tool.inc
2
3# Temporary remove negative preference, because there are 2 versions of 0.4.0 archives:
4# the original one depending on libgee1.0 from
5# http://downloads.freesmartphone.org/sources/${BPN}/${BP}.tar.bz2
6# and new one depending on libgee0.8 from
7# http://sourceforge.net/projects/freesmartphone/files/sources/
8# The original one can be already deployed on various premirrors,
9# so prefer the git recipe which doesn't suffer from this issue
10# DEFAULT_PREFERENCE = "-1"
11
12SRCREV = "742c04c2bb0743891904522ce47e50f9e5c99b12"
13PV = "0.4.0+gitr${SRCPV}"
14
15SRC_URI = "git://github.com/freesmartphone/vala-dbus-binding-tool.git;protocol=https \
16 file://0001-configure.ac-don-t-use-dash-in-m4-macro-names.patch \
17"
18S = "${WORKDIR}/git"