Remove unnecessary sets of the S variable, we have a sane default for that now.
[vuplus_openembedded] / screen / screen_4.0.1.oe
index e69de29..71e491e 100644 (file)
@@ -0,0 +1,9 @@
+DEPENDS = virtual/libc ncurses
+RDEPENDS = libc6 libncurses5
+
+SRC_URI := ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.1.tar.gz \
+          file://${FILESDIR}/configure.patch;patch=1
+
+inherit autotools
+
+EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5"