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:
10e1e4d
)
shr-version don't export METADATA_BRANCH and METADATA_REVISION
author
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 5 Nov 2010 07:47:23 +0000
(08:47 +0100)
committer
Martin Jansa
<Martin.Jansa@gmail.com>
Fri, 5 Nov 2010 07:48:13 +0000
(08:48 +0100)
* otherwise you'll get
NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded
while calling a Python object while evaluating: ${@base_get_scm_branch(d)}
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/shr/shr-version.bb
patch
|
blob
|
history
diff --git
a/recipes/shr/shr-version.bb
b/recipes/shr/shr-version.bb
index
26618aa
..
3b86861
100644
(file)
--- a/
recipes/shr/shr-version.bb
+++ b/
recipes/shr/shr-version.bb
@@
-5,9
+5,6
@@
PV = "1.0${DISTRO_VERSION}"
PACKAGES = "${PN}"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-export METADATA_REVISION
-export METADATA_BRANCH
-
do_install() {
mkdir -p ${D}${sysconfdir}
echo "SHR ${DISTRO_VERSION}" > ${D}${sysconfdir}/shr-version