aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-05-31 19:35:52 +0200
committerSimon Busch <morphis@gravedo.de>2011-05-31 19:35:52 +0200
commit99c3e4062aef863e730ef30ba42f5fa026476c08 (patch)
tree8f99f923fd9e74276356aa21cf07593f27c7bcc6
parentd61ba0ce8fa482ab2ee3713b0691fb83ff9e03d4 (diff)
downloadopenembedded-99c3e4062aef863e730ef30ba42f5fa026476c08.tar.gz
qfsodbusxml2cpp-native: add initial recipe
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r--recipes/freesmartphone/qfsodbusxml2cpp-native_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/freesmartphone/qfsodbusxml2cpp-native_git.bb b/recipes/freesmartphone/qfsodbusxml2cpp-native_git.bb
new file mode 100644
index 0000000000..34d021fe12
--- /dev/null
+++ b/recipes/freesmartphone/qfsodbusxml2cpp-native_git.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "FSO's variant of the qdbusxml2cpp utility"
+SECTION = "devel"
+DEPENDS = "qt4-native"
+LICENSE = "LGPLv2"
+INC_PR = "r0"
+
+SRCREV = "de705c0b633c612aedb1273340c36fae59be9511"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/qfsodbusxml2cpp.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools native