[oe-commits] org.oe.dev linux 2.6.23: _append requires a leading space

koen commit openembedded-commits at lists.openembedded.org
Mon Dec 10 13:24:52 UTC 2007


linux 2.6.23: _append requires a leading space

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: acccc4840b95c279164a3eeacf893200164bdc65
ViewMTN: http://monotone.openembedded.org/revision/info/acccc4840b95c279164a3eeacf893200164bdc65
Files:
1
packages/linux/linux_2.6.23.bb
Diffs:

#
# mt diff -r4f68340cb0037cf244935ee0f691beda3ab76136 -racccc4840b95c279164a3eeacf893200164bdc65
#
# 
# 
# patch "packages/linux/linux_2.6.23.bb"
#  from [fb5e490f36b730f495e7bf48a7fcd8af38e6a3a7]
#    to [46f4e7136cce3c8d26a3f7dbc5a80a07611c6e03]
# 
============================================================
--- packages/linux/linux_2.6.23.bb	fb5e490f36b730f495e7bf48a7fcd8af38e6a3a7
+++ packages/linux/linux_2.6.23.bb	46f4e7136cce3c8d26a3f7dbc5a80a07611c6e03
@@ -6,8 +6,8 @@ DEFAULT_PREFERENCE_mpc8323e-rdb = "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"
 






More information about the Openembedded-commits mailing list