bitbake.conf: add dummy DISTRO_PR
authorKoen Kooi <koen@openembedded.org>
Thu, 23 Oct 2008 10:54:35 +0000 (12:54 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 23 Oct 2008 10:54:35 +0000 (12:54 +0200)
conf/bitbake.conf

index e118245..ab8fa9d 100644 (file)
@@ -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"