populate_sdk_deb.bbclass: add the missing parameter - for tar

(From OE-Core rev: a47ceddd6eb91e7564e6e48ddbb5d490f3d2767d)

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dexuan Cui 2011-09-06 17:12:20 +08:00 committed by Richard Purdie
parent e691f43161
commit 921d73b405
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ populate_sdk_post_deb () {
local target_rootfs=$1
tar -cf -C ${STAGING_ETCDIR_NATIVE} -ps apt | tar -xf - -C ${target_rootfs}/etc
tar -cf - -C ${STAGING_ETCDIR_NATIVE} -ps apt | tar -xf - -C ${target_rootfs}/etc
}
fakeroot populate_sdk_deb () {