summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \