aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eibd/eibd_git.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2010-07-26 20:31:36 +0200
committerDirk Opfer <dirk@do13.de>2011-01-05 18:32:52 +0100
commit8220739f03338a6874a7e59a520f241139864231 (patch)
treed880696bd85cea2e63b179a21688f2cb1ee7c9cb /recipes/eibd/eibd_git.bb
parent9372d5698ae1c480322deda893576f243e9e7fcb (diff)
downloadopenembedded-8220739f03338a6874a7e59a520f241139864231.tar.gz
eibd: Add recipe for git version based on pu branch
- Improved packaging, Sourcecode of examples are packaged separately
Diffstat (limited to 'recipes/eibd/eibd_git.bb')
-rw-r--r--recipes/eibd/eibd_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/eibd/eibd_git.bb b/recipes/eibd/eibd_git.bb
new file mode 100644
index 0000000000..c4a53554df
--- /dev/null
+++ b/recipes/eibd/eibd_git.bb
@@ -0,0 +1,12 @@
+SRCREV = "c13fffff4d95067acd45ae51e075b0bf71b01dee"
+PV = "0.0.4+gitr${SRCREV}"
+PR = "${INC_PR}.0"
+
+S = "${WORKDIR}/git"
+
+#SRC_URI = "git://bcusdk.git.sourceforge.net/gitroot/bcusdk/bcusdk;protocol=git;branch=master"
+SRC_URI = "git://bcusdk.git.sourceforge.net/gitroot/bcusdk/bcusdk;protocol=git;branch=pu"
+
+SRC_URI += "file://disable-python-pascal.patch"
+
+require eibd.inc