diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-18 15:17:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-18 15:17:02 +0000 |
commit | 9e7021307a438de709cd45f474454b7d58353b66 (patch) | |
tree | c6941fe9c89f2300d62e1b6c1ffb4d017a2d67b1 /packages/matchbox-desktop-sato | |
parent | fe0ea02e82f9d3e46513095d84cf6be560edd6f4 (diff) |
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
Diffstat (limited to 'packages/matchbox-desktop-sato')
-rw-r--r-- | packages/matchbox-desktop-sato/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/matchbox-desktop-sato/.mtn2git_empty b/packages/matchbox-desktop-sato/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-desktop-sato/.mtn2git_empty 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}" |