diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-28 11:32:53 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-07-28 11:32:53 +0000 |
commit | 1287e38077fece73a2d0887c63bc869cf5c516c1 (patch) | |
tree | 6fdb2770b7b99b365c36ea40d9877ee17868f43e /packages/emacs/emacs_cvs.bb | |
parent | f4008ca823bfbb7c33d92008137ff78cc6907f17 (diff) | |
parent | 39dba3e0ec9b72c5394d9ec669e68ecd87e23658 (diff) |
merge of 23f392c4a32f829ba2c33998e47b14cc08c51a26
and a5ef4c4c70b547e6337fc06d8e0f67f7be568250
Diffstat (limited to 'packages/emacs/emacs_cvs.bb')
-rw-r--r-- | packages/emacs/emacs_cvs.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/emacs/emacs_cvs.bb b/packages/emacs/emacs_cvs.bb index d0e4135580..8322e8f512 100644 --- a/packages/emacs/emacs_cvs.bb +++ b/packages/emacs/emacs_cvs.bb @@ -10,7 +10,7 @@ DEPENDS += "qemu-native" #NOTE: I have found that this only works with qemu-0.8.0. If I use 0.8.1 or 0.8.2 # the build gets hung up on compiling certain .el files -PR = "r4" +PR = "r5" SRC_URI = "cvs://anoncvs:anonymous@cvs.savannah.gnu.org/sources/emacs;module=emacs \ file://use-qemu.patch;patch=1" @@ -18,7 +18,7 @@ S = "${WORKDIR}/emacs" inherit autotools -PACKAGES = "emacs-el emacs" +PACKAGES = "${PN}-el ${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" FILES_emacs-el = "${datadir}/emacs/22.0.50/*/*.el.gz \ ${datadir}/emacs/22.0.50/*/*/*.el.gz" |