diff options
Diffstat (limited to 'packages/u-boot/u-boot-openmoko_git.bb')
-rw-r--r-- | packages/u-boot/u-boot-openmoko_git.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/u-boot/u-boot-openmoko_git.bb b/packages/u-boot/u-boot-openmoko_git.bb new file mode 100644 index 0000000000..8555f5fdc2 --- /dev/null +++ b/packages/u-boot/u-boot-openmoko_git.bb @@ -0,0 +1,7 @@ +require u-boot-openmoko.inc + +SRC_URI = "\ + git://git.openmoko.org/git/u-boot.git;protocol=git;branch=stable \ + file://makefile-no-dirafter.patch;patch=1 \ +" +S = "${WORKDIR}/git" |