aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm/libfm-extra_1.2.5.bb
blob: 0134572f1f8c018c8749a193e12689fe3ca69479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Library for file management"
HOMEPAGE = "http://pcmanfm.sourceforge.net/"

LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://src/fm-extra.h;beginline=8;endline=21;md5=ef1f84da64b3c01cca447212f7ef6007"

SECTION = "x11/libs"
DEPENDS = "glib-2.0 intltool-native gettext-native"

SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz \
           file://0001-nls.m4-Take-it-from-gettext-0.15.patch \
          "

SRC_URI[md5sum] = "a1ba9ae5e920f38b647dd511edd6c807"
SRC_URI[sha256sum] = "c706bb1020cf5f2d6f5a9226f692ce1985947134dcf2bde64278bd0420779b5a"

S = "${WORKDIR}/libfm-${PV}"

EXTRA_OECONF = "--with-extra-only --with-gtk=no"

inherit autotools pkgconfig gtk-doc

do_configure[dirs] =+ "${S}/m4"
lass-native OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual.xml
blob: 7fff933be8a80aca236e289feaee1ec670391260 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<book id='bitbake-user-manual' lang='en'
        xmlns:xi="http://www.w3.org/2003/XInclude"
        xmlns="http://docbook.org/ns/docbook"
        >
    <bookinfo>

        <mediaobject>
            <imageobject>
                <imagedata fileref='figures/bitbake-title.png'
                    format='SVG'
                    align='left' scalefit='1' width='100%'/>
            </imageobject>
        </mediaobject>

        <title>
            BitBake User Manual
        </title>

        <authorgroup>
            <author>
                <firstname>Richard Purdie, Chris Larson, and </firstname> <surname>Phil Blundell</surname>
                <affiliation>
                    <orgname>BitBake Community</orgname>
                </affiliation>
                <email>bitbake-devel@lists.openembedded.org</email>
            </author>
        </authorgroup>

<!--
# Add in some revision history if we want it here.
        <revhistory>
            <revision>
                <revnumber>x.x</revnumber>
                <date>dd month year</date>
                <revremark>Some relevent comment</revremark>
            </revision>
            <revision>
                <revnumber>x.x</revnumber>
                <date>dd month year</date>
                <revremark>Some relevent comment</revremark>
            </revision>
            <revision>
                <revnumber>x.x</revnumber>
                <date>dd month year</date>
                <revremark>Some relevent comment</revremark>
            </revision>
            <revision>
                <revnumber>x.x</revnumber>
                <date>dd month year</date>
                <revremark>Some relevent comment</revremark>
            </revision>
       </revhistory>
-->

        <copyright>
            <year>2004-2015</year>
            <holder>Richard Purdie</holder>
            <holder>Chris Larson</holder>
            <holder>and Phil Blundell</holder>
        </copyright>

        <legalnotice>
            <para>
                This work is licensed under the Creative Commons Attribution License.
                To view a copy of this license, visit
                <ulink url="http://creativecommons.org/licenses/by/2.5/">http://creativecommons.org/licenses/by/2.5/</ulink>
                or send a letter to Creative Commons, 444 Castro Street,
                Suite 900, Mountain View, California 94041, USA.
            </para>
        </legalnotice>
    </bookinfo>

    <xi:include href="bitbake-user-manual-intro.xml"/>

    <xi:include href="bitbake-user-manual-execution.xml"/>

    <xi:include href="bitbake-user-manual-metadata.xml"/>

    <xi:include href="bitbake-user-manual-fetching.xml"/>

    <xi:include href="bitbake-user-manual-ref-variables.xml"/>

    <xi:include href="bitbake-user-manual-hello.xml"/>

</book>