summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/fetch/git.py1
-rw-r--r--openembedded/packages/meta/task-oh.bb8
2 files changed, 5 insertions, 4 deletions
diff --git a/bitbake/lib/bb/fetch/git.py b/bitbake/lib/bb/fetch/git.py
index 439d522188..f30ae2360a 100644
--- a/bitbake/lib/bb/fetch/git.py
+++ b/bitbake/lib/bb/fetch/git.py
@@ -134,6 +134,7 @@ class Git(Fetch):
134 os.chdir(repodir) 134 os.chdir(repodir)
135 rungitcmd("git pull %s://%s%s" % (proto, host, path),d) 135 rungitcmd("git pull %s://%s%s" % (proto, host, path),d)
136 rungitcmd("git pull --tags %s://%s%s" % (proto, host, path),d) 136 rungitcmd("git pull --tags %s://%s%s" % (proto, host, path),d)
137 rungitcmd("git prune-packed", d)
137 # old method of downloading tags 138 # old method of downloading tags
138 #rungitcmd("rsync -a --verbose --stats --progress rsync://%s%s/ %s" % (host, path, os.path.join(repodir, ".git", "")),d) 139 #rungitcmd("rsync -a --verbose --stats --progress rsync://%s%s/ %s" % (host, path, os.path.join(repodir, ".git", "")),d)
139 140
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
index 7d3dd42481..c374a2eeaa 100644
--- a/openembedded/packages/meta/task-oh.bb
+++ b/openembedded/packages/meta/task-oh.bb
@@ -1,7 +1,7 @@
1PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras" 1PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
2DESCRIPTION = "Tasks for OpenedHand Poky" 2DESCRIPTION = "Tasks for OpenedHand Poky"
3MAINTAINER = "Richard Purdie <richard@openedhand.com>" 3MAINTAINER = "Richard Purdie <richard@openedhand.com>"
4PR = "r27" 4PR = "r28"
5 5
6ALLOW_EMPTY = "1" 6ALLOW_EMPTY = "1"
7 7
@@ -35,6 +35,9 @@ RDEPENDS_task-oh-base := "\
35 matchbox \ 35 matchbox \
36 xserver-kdrive-common \ 36 xserver-kdrive-common \
37 xserver-nodm-init \ 37 xserver-nodm-init \
38 ttf-bitstream-vera \
39 xauth \
40 xhost \
38 udev \ 41 udev \
39 sysfsutils \ 42 sysfsutils \
40 leafpad \ 43 leafpad \
@@ -66,9 +69,6 @@ RDEPENDS_task-oh-standard := "\
66 puzzles \ 69 puzzles \
67 kf \ 70 kf \
68 rxvt-unicode \ 71 rxvt-unicode \
69 xhost \
70 ttf-bitstream-vera \
71 xauth \
72 avahi-daemon \ 72 avahi-daemon \
73 gdk-pixbuf-loader-png \ 73 gdk-pixbuf-loader-png \
74 gdk-pixbuf-loader-gif \ 74 gdk-pixbuf-loader-gif \