diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-04 14:13:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 20:35:06 +0100 |
commit | 185e4f64ecbcf4024d17ae0a26383fec8bd94291 (patch) | |
tree | e93290999371173348906a440a5e983d86669c21 /recipes/images/shr-image.inc | |
parent | 02d4ca6802e5d79333bad55d0b096668615120de (diff) |
shr-image: use install_linguas
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/images/shr-image.inc')
-rw-r--r-- | recipes/images/shr-image.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc index 20ab953faa..3bdcdfc100 100644 --- a/recipes/images/shr-image.inc +++ b/recipes/images/shr-image.inc @@ -137,6 +137,7 @@ IMAGE_CMD_ubi = "mv ${IMAGE_ROOTFS}/boot ${IMAGE_ROOTFS}-boot && echo \[ubifs\] IMAGE_CMD_ubifs = "mv ${IMAGE_ROOTFS}/boot ${IMAGE_ROOTFS}-boot && mkfs.ubifs -r ${IMAGE_ROOTFS} -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.ubifs.img ${MKUBIFS_ARGS} && mv ${IMAGE_ROOTFS}-boot ${IMAGE_ROOTFS}/boot" ROOTFS_POSTPROCESS_COMMAND += " shr_rootfs_postprocess" +ROOTFS_POSTPROCESS_COMMAND += " install_linguas" ROOTFS_POSTPROCESS_COMMAND_append_om-gta02 = ";shr_rootfs_gta02_postprocess" ROOTFS_POSTPROCESS_COMMAND_append_om-gta01 = ";shr_rootfs_gta01_postprocess" |