aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfreesmartphone-glib_git.bb
blob: 2b388f8d7b41666a8d2c1f26f7de07d7e17b03c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "freesmartphone.org API GLib wrapper (auto-generated)"
SECTION = "devel"
LICENSE = "LGPL-3"
DEPENDS = "dbus-glib fso-specs"
SRCREV = "6d191ed4d6ebae1f4cfa98dec9c48b63d8557ea1"
PV = "2011.01.13.1+gitr${SRCPV}"
PR = "r0"

inherit autotools pkgconfig

SRC_URI = "${FREESMARTPHONE_GIT}/libfreesmartphone-glib.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

do_configure_prepend() {
       sed -i -e s#FSO_SPECS_DIR="#FSO_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
}