summaryrefslogtreecommitdiff
path: root/packages/openpbx/openpbx.org-perl.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-19 11:24:41 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-19 11:24:41 +0000
commit5cd700075edddb501cfa118b7e827842035b3e94 (patch)
treeb0e198b42e4fb4f1a09b00454521f4303a6350c9 /packages/openpbx/openpbx.org-perl.bb
parent02fd43803d0ed17ef03265df679d6d0afc925018 (diff)
callweaver: follow upstream from openpbx.org to callweaver.org and update to rc5
* openpbx.org is gone and thus fetching failed. * upgrade to rc5 since rc3 is no longer available * Follow upstream rename of project from openpbx.org to callweaver.org. replace all occurences of the openpbx string with callweaver in all files. * drop unneeded patches and create new ones (fix version check code) * drop openldap support and DEPENDS until bug 2806 is fixed to enable the package to build in OE * fix packaging * this is the "boy, am I glad I got it off the 'mtn status'-radar"-commit
Diffstat (limited to 'packages/openpbx/openpbx.org-perl.bb')
-rw-r--r--packages/openpbx/openpbx.org-perl.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/openpbx/openpbx.org-perl.bb b/packages/openpbx/openpbx.org-perl.bb
deleted file mode 100644
index 124dfcfc8b..0000000000
--- a/packages/openpbx/openpbx.org-perl.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Openpbx::OGI Perl Gateway Interface Module"
-HOMEPAGE = "http://www.openpbx.org"
-SECTION = "libs"
-LICENSE = "GPL"
-DEPENDS = "install-native"
-RDEPENDS = "perl openpbx.org-ogi"
-PR = "r0"
-
-OPBXV = "openpbx.org-1.2_rc3"
-
-SRC_URI = "http://www.openpbx.org/releases/${OPBXV}.tar.gz"
-
-S = "${WORKDIR}/${OPBXV}/contrib/ogi-perl/openpbx-perl-${PV}"
-
-inherit cpan
-
-do_install_append () {
- install -d ${D}${datadir}/openpbx.org/ogi/perl
- install ${S}/examples/* ${D}${datadir}/openpbx.org/ogi/perl
-}
-
-PACKAGES =+ "${PN}-examples"
-
-FILES_${PN}-examples = "${datadir}/openpbx.org/ogi/perl"