[oe-commits] org.oe.dev grep 2.5.1: Add a -native version of grep.

lenehan commit openembedded-commits at lists.openembedded.org
Mon Oct 2 04:29:34 UTC 2006


grep 2.5.1: Add a -native version of grep.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: a0a75207a6c737519251e82028da3b0c61410483
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a0a75207a6c737519251e82028da3b0c61410483
Files:
1
packages/grep/grep-native_2.5.1.bb
Diffs:

#
# mt diff -rab3be7bab4751997fa2c78503e59d81d57ec4b21 -ra0a75207a6c737519251e82028da3b0c61410483
#
# 
# 
# add_file "packages/grep/grep-native_2.5.1.bb"
#  content [8f5d3c5abcfe1cdadc96f2c0cc9774c60d600b43]
# 
============================================================
--- packages/grep/grep-native_2.5.1.bb	8f5d3c5abcfe1cdadc96f2c0cc9774c60d600b43
+++ packages/grep/grep-native_2.5.1.bb	8f5d3c5abcfe1cdadc96f2c0cc9774c60d600b43
@@ -0,0 +1,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}
+}






More information about the Openembedded-commits mailing list