From 9e7021307a438de709cd45f474454b7d58353b66 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 18 Dec 2007 15:17:02 +0000 Subject: poky-base-image: add an image that offers a basic "poky" gui, and its dependencies * untested, needs work * has a workaround to not require formfactor for touchscreen detection --- .../matchbox-desktop-sato/matchbox-desktop-sato_svn.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb (limited to 'packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb') diff --git a/packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb b/packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb new file mode 100644 index 0000000000..8d1a3e181d --- /dev/null +++ b/packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb @@ -0,0 +1,14 @@ +SECTION = "x11" +DESCRIPTION = "Sato desktop folders" +LICENSE = "LGPL" +DEPENDS = "" +CONFLICTS = "matchbox-common" +SRCREV = "76" +PV = "0.0+svnr${SRCREV}" + +SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" +S = "${WORKDIR}/desktop-folders" + +inherit autotools pkgconfig + +FILES_${PN} += "${datadir}" -- cgit v1.2.3