aboutsummaryrefslogtreecommitdiffstats
path: root/packages/grep/grep-native_2.5.1.bb
blob: cacd6759286528d0569ab9a7eff6e877eb07c75f (plain)
1
2
3
4
5
6
7
8
9
10
11
require grep_${PV}.bb
inherit native

S = "${WORKDIR}/grep-${PV}"

do_stage () {
	install -d ${STAGING_BINDIR}
	install -m 755 src/grep ${STAGING_BINDIR}
	install -m 755 src/egrep ${STAGING_BINDIR}
	install -m 755 src/fgrep ${STAGING_BINDIR}
}