All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sourceipk: do not dereference symlinks when packaging data to avoid breakage
@ 2013-09-20 18:59 Denys Dmytriyenko
  2013-09-20 19:28 ` Cooper Jr., Franklin
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Denys Dmytriyenko @ 2013-09-20 18:59 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/classes/sourceipk.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/classes/sourceipk.bbclass b/meta-arago-distro/classes/sourceipk.bbclass
index 1ea0577..777cb4f 100644
--- a/meta-arago-distro/classes/sourceipk.bbclass
+++ b/meta-arago-distro/classes/sourceipk.bbclass
@@ -167,7 +167,7 @@ sourceipk_do_create_srcipk() {
         fi
 
         #Write the data tarball
-        tar -C $tmp_dir --owner=0 --group=0 -chzf $srcipk_dir/data.tar.gz .
+        tar -C $tmp_dir --owner=0 --group=0 -czf $srcipk_dir/data.tar.gz .
 
         # Create the debian-binary file
         echo "2.0" > $srcipk_dir/debian-binary
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-09-24  0:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-20 18:59 [PATCH] sourceipk: do not dereference symlinks when packaging data to avoid breakage Denys Dmytriyenko
2013-09-20 19:28 ` Cooper Jr., Franklin
2013-09-20 19:31   ` Denys Dmytriyenko
2013-09-20 19:40 ` Cooper Jr., Franklin
2013-09-20 20:31 ` Maupin, Chase
2013-09-20 20:49   ` Cooper Jr., Franklin
2013-09-20 20:53     ` Denys Dmytriyenko
2013-09-23 15:34       ` Maupin, Chase
2013-09-23 17:55         ` Denys Dmytriyenko
2013-09-23 20:12           ` Cooper Jr., Franklin
2013-09-23 21:37             ` Denys Dmytriyenko
2013-09-23 22:09               ` Cooper Jr., Franklin
2013-09-24  0:44                 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.