diff options
-rw-r--r-- | meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb index 106be35406..c8baa5d9ca 100644 --- a/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb +++ b/meta-oe/recipes-support/pps-tools/pps-tools_1.0.2.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/ago/pps-tools.git" | |||
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | RDEPENDS_pps-tools = "bash" | 12 | RDEPENDS_${PN} = "bash" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | install -d ${D}${bindir} ${D}${includedir} \ | 15 | install -d ${D}${bindir} ${D}${includedir} \ |