summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-13 19:36:34 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-13 19:36:34 +0000
commit26e03c0e3b1eb4d4c3425868fd34374d2d195b8a (patch)
tree4f711eae37f090b4f551b2355b3335889109d6c9 /openembedded
parent46c37c1c0f056ed51cfec6054a36116fa26ef842 (diff)
downloadpoky-26e03c0e3b1eb4d4c3425868fd34374d2d195b8a.tar.gz
task-oh: Move leafpad to task-oh-standard
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@479 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/packages/meta/task-bootstrap.bb2
-rw-r--r--openembedded/packages/meta/task-oh.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/meta/task-bootstrap.bb b/openembedded/packages/meta/task-bootstrap.bb
index ef76ec4345..497fc31d89 100644
--- a/openembedded/packages/meta/task-bootstrap.bb
+++ b/openembedded/packages/meta/task-bootstrap.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Core packages required for a basic installation" 1DESCRIPTION = "Core packages required for a basic installation"
2MAINTAINER = "Phil Blundell <pb@handhelds.org>" 2MAINTAINER = "Phil Blundell <pb@handhelds.org>"
3PR = "r25" 3PR = "r26"
4 4
5# The BOOTSTRAP_EXTRA_ variables are often manipulated by the 5# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
6# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly. 6# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb
index aa2b736f21..855358d6fa 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 = "r32" 4PR = "r33"
5 5
6ALLOW_EMPTY = "1" 6ALLOW_EMPTY = "1"
7 7
@@ -43,7 +43,6 @@ RDEPENDS_task-oh-base := "\
43 xhost \ 43 xhost \
44 udev \ 44 udev \
45 sysfsutils \ 45 sysfsutils \
46 leafpad \
47 gdk-pixbuf-loader-png \ 46 gdk-pixbuf-loader-png \
48 gdk-pixbuf-loader-gif \ 47 gdk-pixbuf-loader-gif \
49 gdk-pixbuf-loader-xpm \ 48 gdk-pixbuf-loader-xpm \
@@ -53,6 +52,7 @@ RDEPENDS_task-oh-base := "\
53 gtk+ " 52 gtk+ "
54 53
55RDEPENDS_task-oh-standard := "\ 54RDEPENDS_task-oh-standard := "\
55 leafpad \
56 dropbear \ 56 dropbear \
57 portmap \ 57 portmap \
58 matchbox-poky \ 58 matchbox-poky \