[oe-commits] Koen Kooi : bitbake.conf: add dummy DISTRO_PR

GIT User account git at amethyst.openembedded.net
Thu Oct 23 17:33:06 UTC 2008


Module: openembedded.git
Branch: stefan/xo-support
Commit: c5ef38264786be30ee3120d16128e7c47f72991c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c5ef38264786be30ee3120d16128e7c47f72991c

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Oct 23 12:54:35 2008 +0200

bitbake.conf: add dummy DISTRO_PR

---

 conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e118245..ab8fa9d 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"





More information about the Openembedded-commits mailing list