[oe-commits] Chris Larson : angstrom-version: drop unnecessary exports

git version control git at git.openembedded.org
Mon Nov 8 15:08:05 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: fe0b4102c33f7300aaf8b139ee2d73820e12d635
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fe0b4102c33f7300aaf8b139ee2d73820e12d635

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Nov  4 21:04:04 2010 -0700

angstrom-version: drop unnecessary exports

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/angstrom/angstrom-version.bb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/recipes/angstrom/angstrom-version.bb b/recipes/angstrom/angstrom-version.bb
index c570123..0173f16 100644
--- a/recipes/angstrom/angstrom-version.bb
+++ b/recipes/angstrom/angstrom-version.bb
@@ -9,10 +9,6 @@ SRC_URI = "file://lsb_release"
 PACKAGES = "${PN}"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-export METADATA_REVISION
-export METADATA_BRANCH
-export TARGET_SYS
-
 do_install() {
 	install -d ${D}${sysconfdir}
 	echo "Angstrom ${DISTRO_VERSION}" > ${D}${sysconfdir}/angstrom-version





More information about the Openembedded-commits mailing list