]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-oh: Move leafpad to task-oh-standard
authorRichard Purdie <richard@openedhand.com>
Tue, 13 Jun 2006 19:36:34 +0000 (19:36 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 13 Jun 2006 19:36:34 +0000 (19:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@479 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/meta/task-bootstrap.bb
openembedded/packages/meta/task-oh.bb

index ef76ec43451c1f164b3b1274d460ba1be2d31d11..497fc31d89fbead7595f648f9eb8a5130a70c1ff 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Core packages required for a basic installation"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-PR = "r25"
+PR = "r26"
 
 # The BOOTSTRAP_EXTRA_ variables are often manipulated by the
 # MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
index aa2b736f21e4e08eaa0cbcd0365159a16263a3ca..855358d6fa901c8b7dac450e1725a9cec73a1f46 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 = "r32"
+PR = "r33"
 
 ALLOW_EMPTY = "1"
 
@@ -43,7 +43,6 @@ RDEPENDS_task-oh-base := "\
     xhost \
     udev \
     sysfsutils \
-    leafpad \
     gdk-pixbuf-loader-png \
     gdk-pixbuf-loader-gif \
     gdk-pixbuf-loader-xpm \
@@ -53,6 +52,7 @@ RDEPENDS_task-oh-base := "\
     gtk+ "
 
 RDEPENDS_task-oh-standard := "\
+    leafpad \
     dropbear \
     portmap \
     matchbox-poky \