diff options
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/packages/meta/task-bootstrap.bb | 2 | ||||
-rw-r--r-- | openembedded/packages/meta/task-oh.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openembedded/packages/meta/task-bootstrap.bb b/openembedded/packages/meta/task-bootstrap.bb index ef76ec434..497fc31d8 100644 --- a/openembedded/packages/meta/task-bootstrap.bb +++ b/openembedded/packages/meta/task-bootstrap.bb @@ -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. diff --git a/openembedded/packages/meta/task-oh.bb b/openembedded/packages/meta/task-oh.bb index aa2b736f2..855358d6f 100644 --- a/openembedded/packages/meta/task-oh.bb +++ b/openembedded/packages/meta/task-oh.bb @@ -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 \ |