[oe-commits] Michael 'Mickey' Lauer : libgsm0710muxd: new recipe; gsm 07. 10 multiplexer engine

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:15:13 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0b4fa0c4c286468432d30647fc8d8ba0d7007ada
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0b4fa0c4c286468432d30647fc8d8ba0d7007ada

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 23 21:44:54 2009 +0100

libgsm0710muxd: new recipe; gsm 07.10 multiplexer engine

---

 .../{fso-abyss => libgsm0710mux}/abyss.conf        |    0 
 .../om-gta01/abyss.conf                            |    0 
 .../om-gta02/abyss.conf                            |    0 
 .../om-gta03/abyss.conf                            |    0 
 packages/freesmartphone/libgsm0710mux_git.bb       |   38 ++++++++++++++++++++
 5 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/fso-abyss/abyss.conf b/packages/freesmartphone/libgsm0710mux/abyss.conf
similarity index 100%
rename from packages/freesmartphone/fso-abyss/abyss.conf
rename to packages/freesmartphone/libgsm0710mux/abyss.conf
diff --git a/packages/freesmartphone/fso-abyss/om-gta01/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-gta01/abyss.conf
similarity index 100%
rename from packages/freesmartphone/fso-abyss/om-gta01/abyss.conf
rename to packages/freesmartphone/libgsm0710mux/om-gta01/abyss.conf
diff --git a/packages/freesmartphone/fso-abyss/om-gta02/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-gta02/abyss.conf
similarity index 100%
rename from packages/freesmartphone/fso-abyss/om-gta02/abyss.conf
rename to packages/freesmartphone/libgsm0710mux/om-gta02/abyss.conf
diff --git a/packages/freesmartphone/fso-abyss/om-gta03/abyss.conf b/packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf
similarity index 100%
rename from packages/freesmartphone/fso-abyss/om-gta03/abyss.conf
rename to packages/freesmartphone/libgsm0710mux/om-gta03/abyss.conf
diff --git a/packages/freesmartphone/libgsm0710mux_git.bb b/packages/freesmartphone/libgsm0710mux_git.bb
new file mode 100644
index 0000000..3a4c0d9
--- /dev/null
+++ b/packages/freesmartphone/libgsm0710mux_git.bb
@@ -0,0 +1,38 @@
+DESCRIPTION = "A GSM 07.10 Multiplexing Engine"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+LICENSE = "GPL"
+SECTION = "devel"
+DEPENDS = "libgsm0710 vala-native glib-2.0"
+PV = "0.3.1+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
+  file://abyss.conf \
+"
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig
+
+do_install_append() {
+	install -d ${D}${sysconfdir}
+	install -m 0644 ${WORKDIR}/abyss.conf ${D}${sysconfdir}/
+}
+
+PACKAGES =+ "${PN}-config"
+
+FILES_${PN} += "${sysconfdir} ${datadir}"
+# ship vapi file
+FILES_${PN}-dev += "${datadir}/vala"
+
+RRECOMMENDS_${PN} = "${PN}-config"
+
+FILES_${PN}-config = "\
+  ${sysconfdir}/abyss.conf \
+"
+
+CONFFILES_${PN}-config = "\
+  ${sysconfdir}/abyss.conf \
+"
+
+PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"





More information about the Openembedded-commits mailing list