diff --git a/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend b/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend
new file mode 100644
index 0000000..f964481
--- /dev/null
+++ b/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend
@@ -0,0 +1,15 @@
+#
+# Copyright (c) 2012 Wind River Systems, Inc.
+#
+
+RDEPENDS_task-core-lsb-command-add_append += "wget"
+
+RDEPENDS_task-core-lsb-runtime-add_append += "\
+    libclass-isa-perl \
+    libenv-perl \
+    libdumpvalue-perl \
+    libfile-checktree-perl \
+    libi18n-collate-perl \
+    libpod-plainer-perl"
+
+
