aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libgsm0710mux_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-26 21:14:06 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-02-26 21:14:06 +0100
commit7b1386a2d52c7405c8412257aaf6c1f05a795726 (patch)
tree3b8dbd7b3e1870b58b7c0feaf2b1b8468603e6cd /recipes/freesmartphone/libgsm0710mux_git.bb
parent9ac4de8c015c991b8210bdea9bb472633110c268 (diff)
downloadopenembedded-7b1386a2d52c7405c8412257aaf6c1f05a795726.tar.gz
libgsm0710mux: move configuration to fso-abyss; remove 3d7k which will never see the light of day
Diffstat (limited to 'recipes/freesmartphone/libgsm0710mux_git.bb')
-rw-r--r--recipes/freesmartphone/libgsm0710mux_git.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/freesmartphone/libgsm0710mux_git.bb b/recipes/freesmartphone/libgsm0710mux_git.bb
index 69446879c3..71c7f6fce0 100644
--- a/recipes/freesmartphone/libgsm0710mux_git.bb
+++ b/recipes/freesmartphone/libgsm0710mux_git.bb
@@ -8,29 +8,7 @@ PR = "r0"
SRC_URI = "\
${FREESMARTPHONE_GIT}/libgsm0710mux;protocol=git;branch=master \
- file://abyss.conf \
"
S = "${WORKDIR}/git"
inherit autotools_stage pkgconfig vala
-
-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}"