[oe-commits] org.oe.dev h2200: Remove mtd-utils utils from MACHINE_EXTRA_RDEPENDS

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Nov 2 02:47:04 UTC 2006


h2200: Remove mtd-utils utils from MACHINE_EXTRA_RDEPENDS
* mtd-utils are not h2200-specific, so have no place in its machine config.
* Should be really be part of MACHINE_FEATURES, or, much better, part
of debug/devel images only (it's really unsafe to by default install 
utils which can trash flash into the user images).

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 7b0b1b3eb34b3e216e5b616a595e38f031aec538
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7b0b1b3eb34b3e216e5b616a595e38f031aec538
Files:
1
conf/machine/h2200.conf
Diffs:

#
# mt diff -r05d362f21194531a4bd536d49201b248b03d4622 -r7b0b1b3eb34b3e216e5b616a595e38f031aec538
#
# 
# 
# patch "conf/machine/h2200.conf"
#  from [b91f65a4dbca217b85da03760307c372e38dff88]
#    to [2e01da697b908e5f9651e3c7a817e741136a43b2]
# 
============================================================
--- conf/machine/h2200.conf	b91f65a4dbca217b85da03760307c372e38dff88
+++ conf/machine/h2200.conf	2e01da697b908e5f9651e3c7a817e741136a43b2
@@ -26,7 +26,7 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 PREFERRED_PROVIDER_xserver = "xserver-kdrive"
 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
 
-MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader"
+MACHINE_EXTRA_RDEPENDS = "h2200-bootloader"
 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000"
 
 #






More information about the Openembedded-commits mailing list