mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 02:14:00 +00:00
Add missing ";" to the ROOTFS_POSTPROCESS_COMMAND string
This commit is contained in:
parent
69fb780e14
commit
1782861e45
@ -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 ; "
|
||||
|
||||
@ -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 ; "
|
||||
|
||||
@ -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 ; "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user