]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-oh: Move ttf-bitstream-vera, xhost and xauth to be in minimal images (fixes...
authorRichard Purdie <richard@openedhand.com>
Mon, 17 Apr 2006 09:45:55 +0000 (09:45 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 17 Apr 2006 09:45:55 +0000 (09:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@355 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/lib/bb/fetch/git.py
openembedded/packages/meta/task-oh.bb

index 439d522188d5df0fd8984bc477aaea4940586126..f30ae2360aef8ff0a571774e635492722ffcd234 100644 (file)
@@ -134,6 +134,7 @@ class Git(Fetch):
             os.chdir(repodir)
             rungitcmd("git pull %s://%s%s" % (proto, host, path),d)
             rungitcmd("git pull --tags %s://%s%s" % (proto, host, path),d)
+            rungitcmd("git prune-packed", d)
             # old method of downloading tags
             #rungitcmd("rsync -a --verbose --stats --progress rsync://%s%s/ %s" % (host, path, os.path.join(repodir, ".git", "")),d)
 
index 7d3dd42481507388cf04ae95a03c53d2d1e96d7e..c374a2eeaa1096731e29907f77633f2d120d858e 100644 (file)
@@ -1,7 +1,7 @@
 PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
 DESCRIPTION = "Tasks for OpenedHand Poky"
 MAINTAINER = "Richard Purdie <richard@openedhand.com>"
-PR = "r27"
+PR = "r28"
 
 ALLOW_EMPTY = "1"
 
@@ -35,6 +35,9 @@ RDEPENDS_task-oh-base := "\
     matchbox \
     xserver-kdrive-common \
     xserver-nodm-init \
+    ttf-bitstream-vera \
+    xauth \
+    xhost \
     udev \
     sysfsutils \
     leafpad \
@@ -66,9 +69,6 @@ RDEPENDS_task-oh-standard := "\
     puzzles \
     kf \
     rxvt-unicode \
-    xhost \
-    ttf-bitstream-vera \
-    xauth \
     avahi-daemon \
     gdk-pixbuf-loader-png \
     gdk-pixbuf-loader-gif \