[oe-commits] Michael 'Mickey' Lauer : fso-abyss: needs libgsm0710mux now

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


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

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

fso-abyss: needs libgsm0710mux now

---

 packages/freesmartphone/fso-abyss_git.bb |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/packages/freesmartphone/fso-abyss_git.bb b/packages/freesmartphone/fso-abyss_git.bb
index 20f68c0..e8e9489 100644
--- a/packages/freesmartphone/fso-abyss_git.bb
+++ b/packages/freesmartphone/fso-abyss_git.bb
@@ -2,35 +2,14 @@ DESCRIPTION = "Abyss is a GSM 07.10 muxer userspace daemon"
 HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/Abyss"
 AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 SECTION = "console/network"
-DEPENDS = "vala-native dbus dbus-glib libgsm0710"
+DEPENDS = "vala-native dbus dbus-glib libgsm0710mux"
 LICENSE = "GPL"
 PV = "0.3.1+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/fso-abyss.git;protocol=git;branch=master \
-  file://abyss.conf \
 "
 S = "${WORKDIR}/git"
 
 inherit autotools
-
-do_install_append() {
-	install -d ${D}${sysconfdir}
-	install -m 0644 ${WORKDIR}/abyss.conf ${D}${sysconfdir}/
-}
-
-PACKAGES =+ "${PN}-config"
-
-FILES_${PN} += "${sysconfdir} ${datadir}"
-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