From 6b9f17741f66819888cba263a7d3844527e9a8de Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 6 Aug 2009 08:33:45 +0000 Subject: [PATCH] mux: Add new recipe (from poky). --- conf/distro/include/sane-srcrevs.inc | 1 + recipes/mux/mux_git.bb | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 recipes/mux/mux_git.bb 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 -- 2.39.5