diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-23 12:54:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-23 12:54:35 +0200 |
commit | c5ef38264786be30ee3120d16128e7c47f72991c (patch) | |
tree | b3c4c43c8dbb3a652e107f448139e30b788eb2db | |
parent | 1fa65d9b8f06c24d3ba72928c6c84f213ac6f32a (diff) |
bitbake.conf: add dummy DISTRO_PR
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index e118245f29..ab8fa9dcf2 100644 --- 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" |