diff options
Diffstat (limited to 'content/dropbear-0.33.oe')
-rw-r--r-- | content/dropbear-0.33.oe | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/content/dropbear-0.33.oe b/content/dropbear-0.33.oe deleted file mode 100644 index b5e2995e01..0000000000 --- a/content/dropbear-0.33.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION="Dropbear SSH Implementation" -LICENSE="MIT" -SRC_URI="http://matt.ucc.asn.au/dropbear/dropbear-0.33.tar.bz2" -DEPENDS=virtual/libc content/zlib - -S="${WORKDIR}/${P}" - -do_compile() { - CFLAGS="${CFLAGS}" - LDFLAGS="${LDFLAGS}" - CPPFLAGS="${CPPFLAGS}" - CXXFLAGS="${CXXFLAGS}" - export CFLAGS LDFLAGS CXXFLAGS CPPFLAGS - base_do_compile $@ -} |