git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1157b
)
emacs: fix emacs-el package (ordering of packages caused it to be empty)
author
Justin Patrin
<papercrane@gmail.com>
Thu, 27 Jul 2006 03:58:39 +0000
(
03:58
+0000)
committer
Justin Patrin
<papercrane@gmail.com>
Thu, 27 Jul 2006 03:58:39 +0000
(
03:58
+0000)
packages/emacs/emacs_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/emacs/emacs_cvs.bb
b/packages/emacs/emacs_cvs.bb
index
7d6625e
..
d0e4135
100644
(file)
--- 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 = "r
3
"
+PR = "r
4
"
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
emacs-el
"
+PACKAGES = "emacs
-el emacs
"
FILES_emacs-el = "${datadir}/emacs/22.0.50/*/*.el.gz \
${datadir}/emacs/22.0.50/*/*/*.el.gz"