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:
1fa65d9
)
bitbake.conf: add dummy DISTRO_PR
author
Koen Kooi
<koen@openembedded.org>
Thu, 23 Oct 2008 10:54:35 +0000
(12:54 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 23 Oct 2008 10:54:35 +0000
(12:54 +0200)
conf/bitbake.conf
patch
|
blob
|
history
diff --git
a/conf/bitbake.conf
b/conf/bitbake.conf
index
e118245
..
ab8fa9d
100644
(file)
--- a/
conf/bitbake.conf
+++ b/
conf/bitbake.conf
@@
-141,6
+141,7
@@
EXTENDPE = "${@['','${PE\x7d_'][bb.data.getVar('PE',d,1) > 0]}"
EXTENDPEVER = "${@['','${PE\x7d:'][bb.data.getVar('PE',d,1) > 0]}"
DEBPV = "${EXTENDPEVER}${PV}-${PR}"
P = "${PN}-${PV}"
+DISTRO_PR ?= ""
# Base package name
# Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial"