From b977bbd442f3d00c884b68c1307bd9b14fb96446 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 3 Feb 2010 19:20:48 +0100 Subject: packaged-staging.bbclass: removed two few superfluous slashes ${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable and a slash as the first character of the next variable. This patch removes the / that is explicitly added so in the generated code we get // instead of the even sillier looking (and probably more confusing) /// Signed-off-by: Frans Meulenbroeks --- recipes/u-boot/u-boot_1.1.4.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes/u-boot') diff --git a/recipes/u-boot/u-boot_1.1.4.bb b/recipes/u-boot/u-boot_1.1.4.bb index df6a357c63..dacd88655f 100644 --- a/recipes/u-boot/u-boot_1.1.4.bb +++ b/recipes/u-boot/u-boot_1.1.4.bb @@ -47,6 +47,10 @@ SRC_URI_append_avr32= "\ file://fix-mmc-data-timeout.patch;patch=1 \ " +SRC_URI_append_openrd-client = "\ + file://0001-OpenRD-Support-Uboot.patch;pach=1 \ +" + EXTRA_OEMAKE_gumstix = "CROSS_COMPILE=${TARGET_PREFIX} GUMSTIX_400MHZ=${GUMSTIX_400MHZ}" TARGET_LDFLAGS = "" -- cgit 1.2.3-korg