From: Koen Kooi Date: Mon, 10 Dec 2007 13:13:15 +0000 (+0000) Subject: linux 2.6.23: _append requires a leading space X-Git-Tag: Release-2010-05/1~7779^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c32ad25a3883dc7a127a36673890225f9f54f2;p=openembedded.git linux 2.6.23: _append requires a leading space --- diff --git a/packages/linux/linux_2.6.23.bb b/packages/linux/linux_2.6.23.bb index 12788473be..6a4d8ceac2 100644 --- a/packages/linux/linux_2.6.23.bb +++ b/packages/linux/linux_2.6.23.bb @@ -6,8 +6,8 @@ DEFAULT_PREFERENCE_cm-x270 = "1" DEFAULT_PREFERENCE_mpc8313e-rdb = "1" DEFAULT_PREFERENCE_mpc8323e-rdb = "1" -DEPENDS_append_mpc8313e-rdb = "dtc-native" -DEPENDS_append_mpc8323e-rdb = "dtc-native" +DEPENDS_append_mpc8313e-rdb = " dtc-native" +DEPENDS_append_mpc8323e-rdb = " dtc-native" PR = "r7"