diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2011-09-06 17:12:20 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-07 22:54:15 +0100 |
| commit | 921d73b4051fc120d82db938822686d9738244c0 (patch) | |
| tree | 238cd357eab5253b0b80e897ca7d6873e15e3312 | |
| parent | e691f43161191a9e93105a0f1e0155bcdc9b6d06 (diff) | |
| download | poky-921d73b4051fc120d82db938822686d9738244c0.tar.gz | |
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>
| -rw-r--r-- | meta/classes/populate_sdk_deb.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 1bf1b95498..40516b856c 100644 --- a/meta/classes/populate_sdk_deb.bbclass +++ b/meta/classes/populate_sdk_deb.bbclass | |||
| @@ -6,7 +6,7 @@ populate_sdk_post_deb () { | |||
| 6 | 6 | ||
| 7 | local target_rootfs=$1 | 7 | local target_rootfs=$1 |
| 8 | 8 | ||
| 9 | tar -cf -C ${STAGING_ETCDIR_NATIVE} -ps apt | tar -xf - -C ${target_rootfs}/etc | 9 | tar -cf - -C ${STAGING_ETCDIR_NATIVE} -ps apt | tar -xf - -C ${target_rootfs}/etc |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | fakeroot populate_sdk_deb () { | 12 | fakeroot populate_sdk_deb () { |
