diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-29 16:53:52 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-29 16:53:52 +0000 |
commit | 61f0b2f81e36c465803152ffac4a5e1faaef914b (patch) | |
tree | ca5378e39a037ec41e065674e018f59df64f9278 /gawk | |
parent | 60fb4a80bf1aaa847a43bda5ef5d04eef978da12 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe/packages
2003/09/29 11:53:43-05:00 ti.com!kergoth
.del-s.conftest~1b7f968dfea65502:
Delete: tmp/base/make-3.80-r0/make-3.80/s.conftest
gawk-3.0.4.oe:
Fully populate install for gawk.
tslib.oe:
Include the plugins in the tslib tarball.
initscripts-1.0.oe:
Include some rcS.d symlinks in initscripts.
s.conftest:
new file
BKrev: 3f7863a0c0K7LV9AQvinC5pwkONz8g
Diffstat (limited to 'gawk')
-rw-r--r-- | gawk/gawk-3.0.4.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gawk/gawk-3.0.4.oe b/gawk/gawk-3.0.4.oe index e69de29bb2..dadfaf94fd 100644 --- a/gawk/gawk-3.0.4.oe +++ b/gawk/gawk-3.0.4.oe @@ -0,0 +1,7 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz +S = ${WORKDIR}/${P} + +inherit autotools |