diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-21 16:00:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-21 16:00:52 +0000 |
commit | 712964dacb068f6a1fdea879a0a7beff5d68a907 (patch) | |
tree | 9d8f91eeaec6fd79ebcd113d2abfd481b2e1863b /packages/u-boot/u-boot-openmoko_git.bb | |
parent | 889e7461375f2cb6f4429ad2ddd59122c0b0efc0 (diff) |
u-boot-openmoko git add missing file
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" |