aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-mediaplayer1-libmadplugin/opie-mediaplayer1-libmadplugin_1.2.5.bb
blob: 05a0866bf228e7739c16c3e65317918fbb0b4381 (plain)
1
2
3
4
5
6
7
8
require ${PN}.inc

PR = "r0"

SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_core_multimedia_opieplayer.tar.bz2;name=split_core_multimedia_opieplayer \
	   file://libmadplugin.pro"
SRC_URI[split_core_multimedia_opieplayer.md5sum] = "173a82f9eda1800a394e7596ad13563c"
SRC_URI[split_core_multimedia_opieplayer.sha256sum] = "54f941ae6f8f84482f3c9041a2ae365bcba5dd2e26c57c7376c7d984c86ee7a0"
st OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-using.xml
blob: b06058ffada352df374a66fd9cc16da6e40a13c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >

<chapter id='sdk-using'>

<title>Developing with an SDK</title>

<para>
    This chapter is going to cover all the SDK stuff that is common
    to both the SDK and the extensible SDK.
    We need to figure out what from the existing YP manual set can
    go into this chapter.
</para>

<section id='chap-two-section-one'>
    <title>Section One</title>

    <para>
        Some section of stuff here.
    </para>

    <section id='chap-two-section-one-one'>
        <title>Section One One</title>

        <para>
            Some section of stuff here.
        </para>
    </section>

    <section id='chap-two-section-one-two'>
        <title>Section One Two</title>

        <para>
            Some section of stuff here.
        </para>
    </section>
</section>

</chapter>
<!--
vim: expandtab tw=80 ts=4
-->