rename packages/ to recipes/ per earlier agreement
[openembedded.git] / recipes / emacs / emacs_22.3.bb
1 require emacs.inc
2
3 EXTRA_OECONF = "--without-sound --without-x"
4
5 SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz \
6            file://use-qemu.patch;patch=1 \
7            file://nostdlib-unwind.patch;patch=1"
8
9 S = "${WORKDIR}/emacs-${PV}"