1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND string

This commit is contained in:
Samuel Ortiz
2008-11-10 17:17:06 +01:00
parent 69fb780e14
commit 1782861e45
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ NETBOOK_IMAGE_FEATURES = "${ENHANCED_IMAGE_FEATURES} apps-x11-netbook"
inherit image
# Create /etc/timestamp during image construction to give a reasonably sane default time setting
ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp"
ROOTFS_POSTPROCESS_COMMAND += "rootfs_update_timestamp ; "