Lines Matching refs:sed
2 HOMEPAGE = "http://www.gnu.org/software/sed/"
3 DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor."
6 file://sed/sed.h;beginline=1;endline=15;md5=fb3c7e6fbca6f66943859153d4be8efe \
10 SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.xz \
31 mv ${D}${bindir}/sed ${D}${base_bindir}/sed
36 ALTERNATIVE:${PN} = "sed"
37 ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed"
51 …sed -e 's/^Makefile:/_Makefile:/' -e 's/^srcdir = \(.*\)/srcdir = ./' -e 's/bash/sh/' -i ${D}${PTE…
52 for i in `grep -rl "sed/sed" ${D}${PTEST_PATH}`; do sed -e 's/..\/sed\/sed/sed/' -i $i; done
54 sed -e 's,--sysroot=${STAGING_DIR_TARGET},,g' \
66 RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}"