diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-01 03:17:13 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-01 03:17:13 +0000 |
commit | a97323fc038ad7636536df016a945aecb6e5d16b (patch) | |
tree | 45cf428de2f5a6b49d27790874ffa8e94517992d /screen | |
parent | 76fcab587d109ab29fd497225b8e25435884daa3 (diff) |
Screen now crosscompiles successfully.
BKrev: 3f7a47392La87nGc1Gj_Kfoucg9_wA
Diffstat (limited to 'screen')
-rw-r--r-- | screen/screen-3.9.15.oe | 10 | ||||
-rw-r--r-- | screen/screen-3.9.15/configure.patch | 0 |
2 files changed, 10 insertions, 0 deletions
diff --git a/screen/screen-3.9.15.oe b/screen/screen-3.9.15.oe new file mode 100644 index 0000000000..a6d0e1e7cf --- /dev/null +++ b/screen/screen-3.9.15.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 libncurses5 + +SRC_URI := ${GNU_MIRROR}/screen/screen-3.9.15.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P} + +inherit autotools + +EXTRA_OECONF = "--with-pty-mode=0620 --with-pty-group=5" diff --git a/screen/screen-3.9.15/configure.patch b/screen/screen-3.9.15/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/screen/screen-3.9.15/configure.patch |