aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libfso-qt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/libfso-qt.inc')
-rw-r--r--recipes/freesmartphone/libfso-qt.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/freesmartphone/libfso-qt.inc b/recipes/freesmartphone/libfso-qt.inc
new file mode 100644
index 0000000000..ea48d1086a
--- /dev/null
+++ b/recipes/freesmartphone/libfso-qt.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Qt-based DBus bindings for freesmartphone.org"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
+SECTION = "devel"
+DEPENDS = "fso-specs qfsodbusxml2cpp-native"
+SRCREV = "c932d8b87d0be0c3caba10a1cfa4a6108adac14d"
+PV = "2011.06.01.1+gitr${SRCPV}"
+INC_PR = "r0"
+
+inherit autotools pkgconfig
+
+SRC_URI = "${FREESMARTPHONE_GIT}/libfso-qt.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
+}