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:
3e8396a
)
emacs: fix packaging typo (+= vs +=)
author
Koen Kooi
<koen@openembedded.org>
Sun, 23 Dec 2007 09:06:58 +0000
(09:06 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 23 Dec 2007 09:06:58 +0000
(09:06 +0000)
packages/emacs/emacs_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/emacs/emacs_cvs.bb
b/packages/emacs/emacs_cvs.bb
index
017f931
..
e8f263d
100644
(file)
--- a/
packages/emacs/emacs_cvs.bb
+++ b/
packages/emacs/emacs_cvs.bb
@@
-9,7
+9,7
@@
DEPENDS += "qemu-native"
PV = "22.0.50+cvs${SRCDATE}"
PE = "1"
-PR = "r
8
"
+PR = "r
9
"
DEFAULT_PREFERENCE = "-1"
@@
-19,7
+19,7
@@
S = "${WORKDIR}/emacs"
inherit autotools
-PACKAGES
+=
"${PN}-el"
+PACKAGES
=+
"${PN}-el"
FILES_${PN}-el = "${datadir}/emacs/*/*/*.el.gz \
${datadir}/emacs/*/*/*/*.el.gz"