diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 08:09:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 08:09:29 +0000 |
commit | c7c5eabde092252d08ff66377e10ae042ba02495 (patch) | |
tree | eeb2f860a91cc9b67ab44debcfe194f402b8baca | |
parent | 8c4074cc6dc78c3f12d8ac9d98be02fceeda267f (diff) |
Add m4 macros for the OpenSP build.
BKrev: 400ce239NKayogn8CUCMgikVa-ejjA
-rw-r--r-- | nonworking/opensp/opensp-1.5/m4.patch | 0 | ||||
-rw-r--r-- | nonworking/opensp/opensp_1.5.oe | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/nonworking/opensp/opensp-1.5/m4.patch b/nonworking/opensp/opensp-1.5/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/nonworking/opensp/opensp-1.5/m4.patch diff --git a/nonworking/opensp/opensp_1.5.oe b/nonworking/opensp/opensp_1.5.oe index e69de29bb2..5b903395d0 100644 --- a/nonworking/opensp/opensp_1.5.oe +++ b/nonworking/opensp/opensp_1.5.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/openjade/OpenSP-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1 +S = ${WORKDIR}/OpenSP-${PV} + +inherit autotools libtool |