1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +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 ; "
+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 ; "
+1 -1
View File
@@ -8,4 +8,4 @@ IMAGE_LINGUAS = " "
inherit poky-image
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files"
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "