mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gnu-config: Add missings sed command
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -27,7 +27,7 @@ do_install () {
|
|||||||
# In the native case we want the system perl as perl-native can't have built yet
|
# In the native case we want the system perl as perl-native can't have built yet
|
||||||
if [ "${BUILD_ARCH}" != "${TARGET_ARCH}" ]; then
|
if [ "${BUILD_ARCH}" != "${TARGET_ARCH}" ]; then
|
||||||
cat ${WORKDIR}/gnu-configize.in | \
|
cat ${WORKDIR}/gnu-configize.in | \
|
||||||
-e 's,/usr/bin/perl,${bindir}/perl,g' > ${D}${bindir}/gnu-configize
|
sed -e 's,/usr/bin/perl,${bindir}/perl,g' > ${D}${bindir}/gnu-configize
|
||||||
fi
|
fi
|
||||||
chmod 755 ${D}${bindir}/gnu-configize
|
chmod 755 ${D}${bindir}/gnu-configize
|
||||||
install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/
|
install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/
|
||||||
|
|||||||
Reference in New Issue
Block a user