diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-07-11 19:57:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-13 18:23:36 +0100 |
commit | c54004403ae8add07b902dd408c8a939ae3874e1 (patch) | |
tree | cc7bfc5590f67c8eb4de682ee5bdb84093c2e16e /meta/recipes-support/nss/nss.inc | |
parent | 912efc0c8122abc622ad63db6da7d1faaee5f3da (diff) | |
download | poky-c54004403ae8add07b902dd408c8a939ae3874e1.tar.gz |
nss: fix incorrect shebang line of perl script
Replace incorrect shebang line with `#!/usr/bin/env perl'.
(From OE-Core rev: d78ecdbd66d8d93ecf67f56cfbbf4b954dec3c7b)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss/nss.inc')
-rw-r--r-- | meta/recipes-support/nss/nss.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes-support/nss/nss.inc index 4270743329..e2f3891ba7 100644 --- a/meta/recipes-support/nss/nss.inc +++ b/meta/recipes-support/nss/nss.inc | |||
@@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = "file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466a | |||
15 | SRC_URI = "\ | 15 | SRC_URI = "\ |
16 | file://nss-fix-support-cross-compiling.patch \ | 16 | file://nss-fix-support-cross-compiling.patch \ |
17 | file://nss-no-rpath-for-cross-compiling.patch \ | 17 | file://nss-no-rpath-for-cross-compiling.patch \ |
18 | file://nss-fix-incorrect-shebang-of-perl.patch \ | ||
18 | " | 19 | " |
19 | SRC_URI_append_class-target += "\ | 20 | SRC_URI_append_class-target += "\ |
20 | file://nss.pc.in \ | 21 | file://nss.pc.in \ |