base.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.decodeurl()
authorKhem Raj <raj.khem@gmail.com>
Sun, 4 Jul 2010 04:07:32 +0000 (21:07 -0700)
committerKhem Raj <raj.khem@gmail.com>
Mon, 5 Jul 2010 21:16:20 +0000 (14:16 -0700)
commit5ac52371b09a25518b60e23e80c8c812cdea6e36
treefde84a195cb872bfad8de361eccb4f3ab3ca7207
parent58a3ac2a163ef62984cb2a9d68f9dad2f4e3283d
base.bbclass: Fix oe_unpack_file to unpack files to match new bitbake bb.decodeurl()

* This patch now uses the path which essentially is the path and
  filename relative to recipe dir. It will create the directories
  as expected. Suppose if the is says file://pam.d/login in the
  SRC_URI then it will be copied to $WORKDIR/pam.d/login as it
  was happening before the fix to decodeurl in bitbake.

* Do not copy the .patch and .diff files into $WORKDIR
  they are already symlinked in patches/ dir which will
  be used by quilt.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Acked-by: Chris Larson <clarson@kergoth.com>
classes/base.bbclass