diff options
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | 1 | ||||
-rw-r--r-- | meta-moblin/conf/distro/include/moblin-floating-revisions.inc | 1 | ||||
-rw-r--r-- | meta-moblin/packages/mx/mx_git.bb | 18 |
3 files changed, 20 insertions, 0 deletions
diff --git a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc index c619c4773d..d5552fc482 100644 --- a/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-fixed-revisions.inc | |||
@@ -67,6 +67,7 @@ SRCREV_pn-mutter ?= "c96345dd81176f171c2d15dd9d5c5b20f334f842" | |||
67 | SRCREV_pn-mutter-moblin ?= "7a23e0d63cc31c12dab9de517de04b0ecf41b28a" | 67 | SRCREV_pn-mutter-moblin ?= "7a23e0d63cc31c12dab9de517de04b0ecf41b28a" |
68 | SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b" | 68 | SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b" |
69 | SRCREV_pn-nbtk ?= "635f9b4f1a2897aaa85ec1285e57dc5478517c2f" | 69 | SRCREV_pn-nbtk ?= "635f9b4f1a2897aaa85ec1285e57dc5478517c2f" |
70 | SRCREV_pn-mx ?= "94934b5d03a31ce76c4f9eea8dcfb1d94b396906" | ||
70 | SRCREV_pn-mtpfs = "17" | 71 | SRCREV_pn-mtpfs = "17" |
71 | SRCREV_pn-qemugl ?= "d888bbc723c00d197d34a39b5b7448660ec1b1c0" | 72 | SRCREV_pn-qemugl ?= "d888bbc723c00d197d34a39b5b7448660ec1b1c0" |
72 | SRCREV_pn-syncevolution ?= "29972357bf6582c318258b7bdf1feb13c0fef824" | 73 | SRCREV_pn-syncevolution ?= "29972357bf6582c318258b7bdf1feb13c0fef824" |
diff --git a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc index 039cfd2067..3ac996df42 100644 --- a/meta-moblin/conf/distro/include/moblin-floating-revisions.inc +++ b/meta-moblin/conf/distro/include/moblin-floating-revisions.inc | |||
@@ -47,6 +47,7 @@ SRCREV_pn-mutter ?= "${AUTOREV}" | |||
47 | SRCREV_pn-mutter-moblin ?= "${AUTOREV}" | 47 | SRCREV_pn-mutter-moblin ?= "${AUTOREV}" |
48 | SRCREV_pn-mux ?= "${AUTOREV}" | 48 | SRCREV_pn-mux ?= "${AUTOREV}" |
49 | SRCREV_pn-nbtk ?= "${AUTOREV}" | 49 | SRCREV_pn-nbtk ?= "${AUTOREV}" |
50 | SRCREV_pn-mx ?= "${AUTOREV}" | ||
50 | SRCREV_pn-qemugl ?= "${AUTOREV}" | 51 | SRCREV_pn-qemugl ?= "${AUTOREV}" |
51 | SRCREV_pn-sample-media ?= "${AUTOREV}" | 52 | SRCREV_pn-sample-media ?= "${AUTOREV}" |
52 | SRCREV_pn-syncevolution ?= "${AUTOREV}" | 53 | SRCREV_pn-syncevolution ?= "${AUTOREV}" |
diff --git a/meta-moblin/packages/mx/mx_git.bb b/meta-moblin/packages/mx/mx_git.bb new file mode 100644 index 0000000000..90650ae90b --- /dev/null +++ b/meta-moblin/packages/mx/mx_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Moblin toolkit library for netbooks" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "clutter-1.0 clutter-imcontext" | ||
8 | |||
9 | EXTRA_OECONF = "--disable-introspection" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit autotools_stage | ||
14 | |||
15 | do_configure_prepend () { | ||
16 | echo "EXTRA_DIST=" > ${S}/gtk-doc.make | ||
17 | touch ${S}/INSTALL | ||
18 | } | ||