diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-16 19:31:38 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-16 19:31:38 +0000 |
commit | b60648e1493e8a9bb219a2c5fd782e6c0000a25b (patch) | |
tree | 007e0fb1f417c9f8338acd9fe54df73366e6ec80 | |
parent | 26e1b47b147b240767db2437b23fc122ca463b87 (diff) |
Move links out of nonworking, as it builds now.
BKrev: 3f8ef21afZC6Cl-O8heFyTe3BAhKRw
-rw-r--r-- | links/links-2.1pre12/configure.patch (renamed from nonworking/links/links-2.1pre12/configure.patch) | 0 | ||||
-rw-r--r-- | links/links_2.1pre12.oe | 0 | ||||
-rw-r--r-- | nonworking/links/links_2.1pre12.oe | 14 |
3 files changed, 0 insertions, 14 deletions
diff --git a/nonworking/links/links-2.1pre12/configure.patch b/links/links-2.1pre12/configure.patch index e69de29bb2..e69de29bb2 100644 --- a/nonworking/links/links-2.1pre12/configure.patch +++ b/links/links-2.1pre12/configure.patch diff --git a/links/links_2.1pre12.oe b/links/links_2.1pre12.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/links/links_2.1pre12.oe diff --git a/nonworking/links/links_2.1pre12.oe b/nonworking/links/links_2.1pre12.oe deleted file mode 100644 index 28ffd18661..0000000000 --- a/nonworking/links/links_2.1pre12.oe +++ /dev/null @@ -1,14 +0,0 @@ -DEPENDS = virtual/libc jpeg libpng gpm flex openssl zlib -RDEPENDS = libc6 libjpeg libpng gpm openssl zlib1g - -SRC_URI = http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-2.1pre12.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1 -S = ${WORKDIR}/${P} - -inherit autotools - -EXTRA_OECONF = '--enable-javascript --with-libfl --enable-graphics \ - --with-ssl=${STAGING_DIR}/target --with-libjpeg \ - --without-libtiff --without-svgalib --without-x --with-fb \ - --without-directfb --without-pmshell --without-atheos \ - --without-x' |