[oe-commits] org.oe.dev ixp4xx-kernel.inc: Fixed a typo (no change to functionality)

rwhitby commit openembedded-commits at lists.openembedded.org
Thu Feb 15 19:09:28 UTC 2007


ixp4xx-kernel.inc: Fixed a typo (no change to functionality)

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 0b3834dd125cce894965713dae940480713df53d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0b3834dd125cce894965713dae940480713df53d
Files:
1
packages/linux/ixp4xx-kernel.inc
Diffs:

#
# mt diff -r414cac1c77ff9fa2877bf185b1fb201f034ee108 -r0b3834dd125cce894965713dae940480713df53d
#
# 
# 
# patch "packages/linux/ixp4xx-kernel.inc"
#  from [4287762bb0f5410ac4a087086e916af2d42a1cb1]
#    to [688774220d1d84fb601702a8dbeb89139a86a53c]
# 
============================================================
--- packages/linux/ixp4xx-kernel.inc	4287762bb0f5410ac4a087086e916af2d42a1cb1
+++ packages/linux/ixp4xx-kernel.inc	688774220d1d84fb601702a8dbeb89139a86a53c
@@ -337,7 +337,7 @@ do_install_append() {
 do_install_append() {
 	# Overwrite the unshimmed generic image with a shimmed one (but without
 	# any command line or machine id override).
-	rm -f '${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERISON}'
+	rm -f '${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}'
 	install_image '${MACHINE_ARCH}'
 
 	# Add the machine specific images, with appropriate suffixes






More information about the Openembedded-commits mailing list