[oe-commits] Eric Bénard : kmod: fix git repo URL

git at git.openembedded.org git at git.openembedded.org
Fri Dec 21 09:47:22 UTC 2012


Module: meta-openembedded.git
Branch: denzil
Commit: 3336958a2d180d9ddc7b6416b30ff205bc3bbf0b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3336958a2d180d9ddc7b6416b30ff205bc3bbf0b

Author: Eric Bénard <eric at eukrea.com>
Date:   Fri Dec 21 10:31:41 2012 +0100

kmod: fix git repo URL

backported from OE-Core : 156e0fca979585f72323041f8d8aeafcbd43dfc3

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 meta-oe/recipes-kernel/kmod/kmod_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-kernel/kmod/kmod_git.bb b/meta-oe/recipes-kernel/kmod/kmod_git.bb
index aae9e7f..71f22da 100644
--- a/meta-oe/recipes-kernel/kmod/kmod_git.bb
+++ b/meta-oe/recipes-kernel/kmod/kmod_git.bb
@@ -9,7 +9,7 @@ inherit autotools gitpkgv
 
 PKGV = "${GITPKGVTAG}"
 SRCREV = "8885ced062131214448fae056ef453f094303805"
-SRC_URI = "git://git.profusion.mobi/kmod.git \
+SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
            file://0001-man-disable-man-page-generation-because-we-don-t-hav.patch \
 "
 





More information about the Openembedded-commits mailing list