diff options
Diffstat (limited to 'recipes/qi/qi_git.bb')
-rw-r--r-- | recipes/qi/qi_git.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/qi/qi_git.bb b/recipes/qi/qi_git.bb new file mode 100644 index 0000000000..968f688da4 --- /dev/null +++ b/recipes/qi/qi_git.bb @@ -0,0 +1,9 @@ +require qi.inc +PR = "r0" + +SRC_URI = "\ + git://git.openmoko.org/git/qi.git;protocol=git;branch=master \ + file://sanitize-makefile.patch;patch=1 \ +" +S = "${WORKDIR}/git" + |