diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 16:22:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 16:22:38 +0000 |
commit | f3352958d5c5bdb4da60ac99a1bd61008e6141ad (patch) | |
tree | 72b01e7d894fa568d99e9633a5806fc90b5f7b77 /packages/freesmartphone | |
parent | 3ff424897ffa847b198072c53bf40ec06961a8ef (diff) | |
parent | 6e705387fcfdb7b76d9dd7d1a25c9a60bd65c8d0 (diff) |
merge of '162bf228da944fcdae3d12cc94a424a78acc3dd1'
and 'f121ff59ddc88918fdbf4ca28a76373ee9ac4fb6'
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/gsmd2_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/freesmartphone/gsmd2_git.bb b/packages/freesmartphone/gsmd2_git.bb new file mode 100644 index 0000000000..6c2f1a4d21 --- /dev/null +++ b/packages/freesmartphone/gsmd2_git.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GSM 07.07 phone server" +HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/gsm0710muxd" +AUTHOR = "Ixonos" +SECTION = "console/network" +DEPENDS = "dbus dbus-glib" +RDEPENDS = "gsm0710muxd" +LICENSE = "GPL" +PV = "0.0.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit autotools |