diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-17 12:43:02 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-17 12:43:02 +0000 |
commit | c839fc7011f514c7693d41e20470bbafed94a212 (patch) | |
tree | f6df2d4f1e53f9930298cc877bb04d827d0293f2 /packages | |
parent | 47e1a204cdd1c8b446183ed2a3d64ab09051dddf (diff) |
packages/uboot/uboot-openmoko_svn.bb : same idirafter fix as rest of uboot
recipes
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uboot/uboot-openmoko_svn.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/uboot/uboot-openmoko_svn.bb b/packages/uboot/uboot-openmoko_svn.bb index 3669b409da..2564d4b066 100644 --- a/packages/uboot/uboot-openmoko_svn.bb +++ b/packages/uboot/uboot-openmoko_svn.bb @@ -18,6 +18,7 @@ SRC_URI = "\ svn://svn.openmoko.org/trunk/src/target/u-boot;module=patches;proto=http;name=patches \ file://uboot-eabi-fix-HACK.patch \ file://uboot-20070311-tools_makefile_ln_sf.patch;patch=1 \ + file://makefile-no-dirafter.patch;patch=1 \ " S = "${WORKDIR}/git" |