diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-04-28 13:59:36 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-04-28 16:47:14 +0100 |
commit | 6458da896fffe33ab5db8cc2606e8225e16b0f36 (patch) | |
tree | 340e8d6ec9c0ed64eb422ab8ffda18815b3ae474 /meta/packages/perl | |
parent | 29813a43b5c50bab571c3b593460c78aab65eac4 (diff) | |
download | poky-6458da896fffe33ab5db8cc2606e8225e16b0f36.tar.gz |
Fix references to CROSS_DIR now that it has been removed
CROSS_DIR is no longer removed so fix up classes, packages and documentation
which refer to it.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/perl')
-rw-r--r-- | meta/packages/perl/perl_5.8.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/perl/perl_5.8.8.bb b/meta/packages/perl/perl_5.8.8.bb index 1537a46b5d..5060705372 100644 --- a/meta/packages/perl/perl_5.8.8.bb +++ b/meta/packages/perl/perl_5.8.8.bb | |||
@@ -144,7 +144,7 @@ perl_package_preprocess () { | |||
144 | -e "s,${STAGING_LIBDIR},${libdir},g" \ | 144 | -e "s,${STAGING_LIBDIR},${libdir},g" \ |
145 | -e "s,${STAGING_BINDIR},${bindir},g" \ | 145 | -e "s,${STAGING_BINDIR},${bindir},g" \ |
146 | -e "s,${STAGING_INCDIR},${includedir},g" \ | 146 | -e "s,${STAGING_INCDIR},${includedir},g" \ |
147 | -e "s,${CROSS_DIR}${base_bindir}/,,g" \ | 147 | -e "s,${STAGING_BINDIR_NATIVE}/,,g" \ |
148 | ${PKGD}${bindir}/h2xs \ | 148 | ${PKGD}${bindir}/h2xs \ |
149 | ${PKGD}${bindir}/h2ph \ | 149 | ${PKGD}${bindir}/h2ph \ |
150 | ${PKGD}${datadir}/perl/${PV}/pod/*.pod \ | 150 | ${PKGD}${datadir}/perl/${PV}/pod/*.pod \ |