diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-19 18:06:20 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-19 18:06:20 +0100 |
commit | cd60a7eb241e7e658cfa88043ca0049845ebdecd (patch) | |
tree | 66ea5034858475aed63a906c5184ac20d6b30781 /meta-moblin/packages/bisho | |
parent | 19e1d23dd1c46b11d929d8803f24121b7b8447d3 (diff) | |
download | poky-cd60a7eb241e7e658cfa88043ca0049845ebdecd.tar.gz |
meta-moblin: Add recipes for most moblin beta components
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/bisho')
-rw-r--r-- | meta-moblin/packages/bisho/bisho_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-moblin/packages/bisho/bisho_git.bb b/meta-moblin/packages/bisho/bisho_git.bb new file mode 100644 index 0000000000..d3bfc58f35 --- /dev/null +++ b/meta-moblin/packages/bisho/bisho_git.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "Web Services Settings" | ||
2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
3 | LICENSE = "GPLv2" | ||
4 | PV = "0.0+git${SRCPV}" | ||
5 | PR = "r0" | ||
6 | |||
7 | DEPENDS = "gtk+ mojito mux" | ||
8 | |||
9 | S = "${WORKDIR}/git" | ||
10 | |||
11 | inherit autotools_stage | ||
12 | |||
13 | FILES_${PN} += "${datadir}/icons/" | ||