diff options
Diffstat (limited to 'meta-oe/recipes-support/fbtest/fb-test_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/fbtest/fb-test_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/fbtest/fb-test_git.bb b/meta-oe/recipes-support/fbtest/fb-test_git.bb index 43acfd6b89..eea1be4d8b 100644 --- a/meta-oe/recipes-support/fbtest/fb-test_git.bb +++ b/meta-oe/recipes-support/fbtest/fb-test_git.bb | |||
| @@ -11,9 +11,9 @@ SRC_URI = "git://github.com/prpplague/fb-test-app.git" | |||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | do_install() { | 13 | do_install() { |
| 14 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
| 15 | for prog in perf rect fb-test offset ; do | 15 | for prog in perf rect fb-test offset ; do |
| 16 | install -m 0755 $prog ${D}${bindir} | 16 | install -m 0755 $prog ${D}${bindir} |
| 17 | done | 17 | done |
| 18 | } | 18 | } |
| 19 | 19 | ||
