]> 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:43:39 +0000 (10:43 +0100)
commitc8c394bd806978c867f2fe82e4bde65c98764880
tree06b22e7f7420199d7442c12c7a0c9e0b3e387ff6
parentf246e467b8513f1c1c33b5e7462ae6478754d531
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