diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-basic.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/tasks/task-poky-lsb.bb | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb index 3d313f0e52..80eac0f748 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-poky-basic.bb | |||
@@ -99,7 +99,6 @@ RDEPENDS_task-poky-basic-extended = "\ | |||
99 | module-init-tools \ | 99 | module-init-tools \ |
100 | openssl \ | 100 | openssl \ |
101 | " | 101 | " |
102 | # openssh | ||
103 | 102 | ||
104 | RDEPENDS_task-poky-dev-utils = "\ | 103 | RDEPENDS_task-poky-dev-utils = "\ |
105 | byacc \ | 104 | byacc \ |
@@ -107,7 +106,6 @@ RDEPENDS_task-poky-dev-utils = "\ | |||
107 | m4 \ | 106 | m4 \ |
108 | make \ | 107 | make \ |
109 | patch \ | 108 | patch \ |
110 | binutils \ | ||
111 | " | 109 | " |
112 | 110 | ||
113 | RDEPENDS_task-poky-initscripts = "\ | 111 | RDEPENDS_task-poky-initscripts = "\ |
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb index 5e3397eb97..7b3c41a85c 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-poky-lsb.bb | |||
@@ -52,9 +52,8 @@ RDEPENDS_task-poky-lsb = "\ | |||
52 | task-poky-lsb-command-add \ | 52 | task-poky-lsb-command-add \ |
53 | " | 53 | " |
54 | 54 | ||
55 | # | ||
56 | # GPLv2 Should List | ||
57 | RDEPENDS_task-poky-sys-extended = "\ | 55 | RDEPENDS_task-poky-sys-extended = "\ |
56 | binutils \ | ||
58 | chkconfig \ | 57 | chkconfig \ |
59 | curl \ | 58 | curl \ |
60 | dhcp-client \ | 59 | dhcp-client \ |