]> code.ossystems Code Review - openembedded-core.git/commit
quilt: fix perl path in target perl scripts
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 25 Apr 2012 21:09:14 +0000 (14:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Apr 2012 09:03:05 +0000 (10:03 +0100)
commitf091895d7dacd601f52edb0f0a08bdfa7e6d2461
tree5d1f6af3c833bf9b63dd80e07edd5b62776e0575
parent555f2fc374728b3b379f2ad59c8c5fc34aeb194a
quilt: fix perl path in target perl scripts

While building on distros like fedora17, which has /bin/perl,
the target perl scripts get perl path also as /bin/perl.
And that is not correction path of perl on the target.

This commit avoids this error.

| error: Failed dependencies:
|       /bin/perl is needed by quilt-0.51-r2.i586
NOTE: package core-image-sato-sdk-1.0-r0: task do_rootfs: Failed
ERROR: Task 8
(/home/nitin/prj/poky.git/meta/recipes-sato/images/core-image-sato-sdk.bb,
do_rootfs) failed with exit code '1'

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-devtools/quilt/quilt_0.51.bb