aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2011-10-10 14:27:00 -0500
committerDenys Dmytriyenko <denys@ti.com>2011-10-26 16:19:38 -0400
commit52a3722ff8685742b111858c0568a098b9f501e4 (patch)
tree0e8107531c971595584a9e3fafc2a1dd41fd7c67
parentb9103c3e4fc289093550b17b07ae6575fe05664d (diff)
downloadopenembedded-52a3722ff8685742b111858c0568a098b9f501e4.tar.gz
sourceipk: dereference symlinks in sourceipk
* Added the -h option to the tar command to make sure that any patches that may have been applied by the recipe are actually copied instead of made as symlinks to the recipe directory. * This is so that people can see the actual patches and unapply individual patches as desired. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--classes/sourceipk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sourceipk.bbclass b/classes/sourceipk.bbclass
index 1b63996997..546ec6787a 100644
--- a/classes/sourceipk.bbclass
+++ b/classes/sourceipk.bbclass
@@ -122,7 +122,7 @@ sourceipk_do_create_srcipk() {
fi
#Write the data tarball
- tar -C $tmp_dir --owner=0 --group=0 -czf $srcipk_dir/data.tar.gz .
+ tar -C $tmp_dir --owner=0 --group=0 -chzf $srcipk_dir/data.tar.gz .
# Create the debian-binary file
echo "2.0" > $srcipk_dir/debian-binary