aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristoph Spielmann <spielc@gmail.com>2009-03-12 22:16:19 +0000
committerChristoph Spielmann <spielc@gmail.com>2009-03-12 22:16:19 +0000
commitc200c1adde5ee0e8482d14b0cee015f7d12f1725 (patch)
tree28fe4d6fefe83bf227d2a84a7dee24f703e6aa5b /eclass
parentupdated ebuilds for various shr-applications (diff)
downloadembedded-cross-c200c1adde5ee0e8482d14b0cee015f7d12f1725.tar.gz
embedded-cross-c200c1adde5ee0e8482d14b0cee015f7d12f1725.tar.bz2
embedded-cross-c200c1adde5ee0e8482d14b0cee015f7d12f1725.zip
fix EGIT_TREE to use just one directory for all the shr related stuff instead of one directory per project
Diffstat (limited to 'eclass')
-rw-r--r--eclass/shr.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/shr.eclass b/eclass/shr.eclass
index 45fc5ef..af175d8 100644
--- a/eclass/shr.eclass
+++ b/eclass/shr.eclass
@@ -6,7 +6,7 @@ inherit autotools eutils git
EGIT_REPO_URI="http://shr.bearstech.com/repo/shr.git"
EGIT_TREE="10c44ec2d1a86efc2670671655715707814ccdaf"
-EGIT_PROJECT="${PN}"
+EGIT_PROJECT="shr"
shr_src_unpack() {
git_src_unpack