diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb b/meta/recipes-devtools/distcc/distcc_3.1.bb index 5c889fa9bc..e351a58192 100644 --- a/meta/recipes-devtools/distcc/distcc_3.1.bb +++ b/meta/recipes-devtools/distcc/distcc_3.1.bb | |||
@@ -6,6 +6,7 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | DEPENDS = "avahi" | 8 | DEPENDS = "avahi" |
9 | RDEPENDS_${PN} = "initscripts-functions" | ||
9 | 10 | ||
10 | GTKCONFIG = "gtk" | 11 | GTKCONFIG = "gtk" |
11 | GTKCONFIG_libc-uclibc = "" | 12 | GTKCONFIG_libc-uclibc = "" |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 1eb0021eec..6d0fbb6c36 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS = "util-linux openssl" | 17 | DEPENDS = "util-linux openssl" |
18 | RDEPENDS_${PN} = "bash" | 18 | RDEPENDS_${PN} = "bash initscripts-functions" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||