[oe-issues] [Bug 2681] New: 3 typos in help world example
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Jul 24 22:51:44 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2681
Summary: 3 typos in help world example
Product: Openembedded
Version: unspecified
Platform: Other
URL: http://www.openembedded.org/user-
manual&dpage=recipes_examples
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: arndt at arndot.de
yes, I am a new "Openmoki" and at the "hello world!" stage.
Found three typos at the above website-url: "pacakages"
mkdir packages/myhelloworld
mkdir pacakges/myhelloworld/files
^^
cat > pacakges/myhelloworld/files/myhelloworld.c
^^
#include <stdio.h>
int main(int argc, char** argv)
{
printf("Hello world!\n");
return 0;
}
^D
cat > pacakges/myhelloworld/files/README.txt
^^
Readme file for myhelloworld.
^D
Thanks for OE
Arndt
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list