* [PATCH] usermanual/chapters/recipes.xml: Executables should be executable.
@ 2010-07-14 4:48 Graham Gower
0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-07-14 4:48 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
docs/usermanual/chapters/recipes.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml
index fdee72c..5b0ff14 100644
--- a/docs/usermanual/chapters/recipes.xml
+++ b/docs/usermanual/chapters/recipes.xml
@@ -1138,7 +1138,7 @@ PR = "r0"</screen></para>
is done via the install task, so we need to define a do_install function
in the recipe to describe how to install the package:<screen>do_install() {
install -m 0755 -d ${D}${bindir} ${D}${docdir}/myhelloworld
- install -m 0644 ${S}/myhelloworld ${D}${bindir}
+ install -m 0755 ${S}/myhelloworld ${D}${bindir}
install -m 0644 ${WORKDIR}/README.txt ${D}${docdir}/myhelloworld
}</screen></para>
--
1.7.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-14 4:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 4:48 [PATCH] usermanual/chapters/recipes.xml: Executables should be executable Graham Gower
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox