org.openembedded.dev: 89f4c12ebfd892fb4b18f801de26771badf861fd

oe at monotone.openmoko.org oe at monotone.openmoko.org
Fri May 2 21:00:58 CEST 2008


revision:            89f4c12ebfd892fb4b18f801de26771badf861fd
date:                2008-04-30T10:16:27
author:              koen at openembedded.org
branch:              org.openembedded.dev
changelog:
kernel bbclass: ${D} doesn't always have a trailing /, so put one in, sh is flexible enough to take care of '//' inside paths


manifest:
format_version "1"

new_manifest [8e85852e9ee25da4d30d2229f7a220e103e68d54]

old_revision [d398101a125249cbdfad69cca75a6dced7ac57bb]

patch "classes/kernel.bbclass"
 from [8d92c5a7b6420490dd6b3115e8146b3fc0a0f854]
   to [8ed575119a74e50c5bcb39266997cba3f60792c2]
-------------- next part --------------
#
#
# patch "classes/kernel.bbclass"
#  from [8d92c5a7b6420490dd6b3115e8146b3fc0a0f854]
#    to [8ed575119a74e50c5bcb39266997cba3f60792c2]
#
============================================================
--- classes/kernel.bbclass	8d92c5a7b6420490dd6b3115e8146b3fc0a0f854
+++ classes/kernel.bbclass	8ed575119a74e50c5bcb39266997cba3f60792c2
@@ -471,7 +471,7 @@ do_deploy() {
 	install -m 0644 arch/${ARCH}/boot/${KERNEL_IMAGETYPE} ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
 	package_stagefile_shell ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin
 
-	if [ -d "${D}lib" ]; then
+	if [ -d "${D}/lib" ]; then
 	tar -cvzf ${DEPLOY_DIR_IMAGE}/modules-${PV}-${PR}-${MACHINE}.tgz -C ${D} lib
 	fi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openmoko.org/pipermail/commitlog/attachments/20080502/384fcfe2/attachment.htm 


More information about the commitlog mailing list