[oe-commits] org.oe.dev angstrom-minimal-image-with-mtd-utils: change RDEPENDS to IMAGE_INSTALL

cbrake commit openembedded-commits at lists.openembedded.org
Fri Sep 7 14:49:07 UTC 2007


angstrom-minimal-image-with-mtd-utils: change RDEPENDS to IMAGE_INSTALL

Author: cbrake at openembedded.org
Branch: org.openembedded.dev
Revision: 600ac42c01464dbcc3dffd07ac39056bfc3914a0
ViewMTN: http://monotone.openembedded.org/revision/info/600ac42c01464dbcc3dffd07ac39056bfc3914a0
Files:
1
packages/images/angstrom-minimal-image-with-mtd-utils.bb
Diffs:

#
# mt diff -r6d1c2895d8b85fa53a40c7e74626c2f3a5a3adfc -r600ac42c01464dbcc3dffd07ac39056bfc3914a0
#
# 
# 
# patch "packages/images/angstrom-minimal-image-with-mtd-utils.bb"
#  from [723d1b6c688e08393bf534cca33166bd1a05b210]
#    to [de2ca95fee1a9e1a0da365806638041673abed70]
# 
============================================================
--- packages/images/angstrom-minimal-image-with-mtd-utils.bb	723d1b6c688e08393bf534cca33166bd1a05b210
+++ packages/images/angstrom-minimal-image-with-mtd-utils.bb	de2ca95fee1a9e1a0da365806638041673abed70
@@ -1,9 +1,9 @@ require angstrom-minimal-image.bb
 # this image was created for use with the compulab cm-x270 platform
 # for creating a small initramfs image in NOR flash that can be used
 # to program the NAND flash.
 
 require angstrom-minimal-image.bb
-RDEPENDS += "mtd-utils"
+IMAGE_INSTALL += "mtd-utils"
 
 export IMAGE_BASENAME = "minimalist-image-mtdutils"
 






More information about the Openembedded-commits mailing list