diff options
author | Simon Busch <morphis@gravedo.de> | 2010-08-31 08:03:45 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2010-09-06 18:34:24 +0200 |
commit | e1bed8d16527aaa59631e6720f4b63e14c2be981 (patch) | |
tree | b5663487b699d849b14200f19c5c1f0f29ece89e /recipes/palmpre/palmpre-system-deps-native_git.bb | |
parent | 5fa3d15364eff3e1c8b7b8a7ab87b7581311ac6d (diff) |
msmcomm: split msmcommd recipe into three parts as upstream layout has changed
We have now three parts for the msmcomm daemon:
* libmsmcomm: the actual protocol implementation of the msmcomm protocol
* msmcommd: the daemon which manages the link layer + takes command from the clients and
submits them to the modem
* msmcommd-specs: provides the dbus API definition for the msmcomm daemon which lets the
client talk to the daemon
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'recipes/palmpre/palmpre-system-deps-native_git.bb')
-rw-r--r-- | recipes/palmpre/palmpre-system-deps-native_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/palmpre/palmpre-system-deps-native_git.bb b/recipes/palmpre/palmpre-system-deps-native_git.bb new file mode 100644 index 0000000000..1f907c9a59 --- /dev/null +++ b/recipes/palmpre/palmpre-system-deps-native_git.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Important header and vapi files for some programs running on the palmpre machine" +HOMEPAGE = "http://www.freesmartphone.org" +AUTHOR = "Simon Busch <morphis@gravedo.de> +SECTION = "console/utils" +LICENSE = "GPL" +PR = "r0" + +SRCREV = "93a640dafa8ebebdb1a03f051cb1b566629b227c" +SRC_URI = "${FREESMARTPHONE_GIT}/utilities.git;protocol=git;branch=master" +S = "${WORKDIR}/git/palmpre/palmpre-system-deps" + +inherit autotools native pkgconfig |