aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/frameworkd-devel_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/frameworkd-devel_git.bb')
-rw-r--r--recipes/freesmartphone/frameworkd-devel_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freesmartphone/frameworkd-devel_git.bb b/recipes/freesmartphone/frameworkd-devel_git.bb
new file mode 100644
index 0000000000..f5f6c0bc2d
--- /dev/null
+++ b/recipes/freesmartphone/frameworkd-devel_git.bb
@@ -0,0 +1,14 @@
+require frameworkd_git.bb
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/frameworkd', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+PROVIDES = "frameworkd"
+RPROVIDES = "frameworkd"
+PV = "0.8.5.x+gitr${SRCREV}"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "\
+ ${FREESMARTPHONE_GIT}/framework.git;protocol=git;branch=mickey/ogsmd-new-timeout \
+ file://frameworkd \
+ file://frameworkd.conf \
+"