summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/sane-srcrevs.inc1
-rw-r--r--recipes/mux/mux_git.bb13
2 files changed, 14 insertions, 0 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 8757a208a5..5c25ea45d8 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -146,6 +146,7 @@ SRCREV_pn-mplayer ?= "28346"
SRCREV_pn-mplayer-maemo ?= "342"
SRCREV_pn-multicat ?= "f894801916cc4d0e912e4553490dc215276c52a9"
SRCREV_pn-multitap-pad ?= "373"
+SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b"
SRCREV_pn-navit ?= "1096"
SRCREV_pn-neod ?= "4617"
SRCREV_pn-netsurf ?= "3859"
diff --git a/recipes/mux/mux_git.bb b/recipes/mux/mux_git.bb
new file mode 100644
index 0000000000..a6596b99ac
--- /dev/null
+++ b/recipes/mux/mux_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "GTK+ widgets for moblin"
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+LICENSE = "LGPLv2.1"
+PV = "0.0+git${SRCREV}"
+PR = "r0"
+
+LICENSE = "LGPLv2.1"
+
+S = "${WORKDIR}/git"
+
+DEPENDS = "gtk+"
+
+inherit autotools_stage