[oe-commits] org.oe.dev tin: dropped 1.7.3, added libpcre into DEPENDS

hrw commit openembedded-commits at lists.openembedded.org
Thu Jan 4 16:10:35 UTC 2007


tin: dropped 1.7.3, added libpcre into DEPENDS

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: cf2bb56e5f6bd283e65c7bf7c89c86e77dbd1fb0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=cf2bb56e5f6bd283e65c7bf7c89c86e77dbd1fb0
Files:
1
packages/tin/files/configure.patch
packages/tin/files/makecfg-buildcc.patch
packages/tin/tin_1.7.3.bb
packages/tin/tin.inc
Diffs:

#
# mt diff -r4cc808d32216e9f0fa009107c76302c49ecb01fa -rcf2bb56e5f6bd283e65c7bf7c89c86e77dbd1fb0
#
# 
# 
# delete "packages/tin/files/configure.patch"
# 
# delete "packages/tin/files/makecfg-buildcc.patch"
# 
# delete "packages/tin/tin_1.7.3.bb"
# 
# patch "packages/tin/tin.inc"
#  from [b88cb78249e104f8cc961b776699f35aea94aec7]
#    to [6c475f0d9057dc64975584619df1cf4f897b181f]
# 
============================================================
--- packages/tin/tin.inc	b88cb78249e104f8cc961b776699f35aea94aec7
+++ packages/tin/tin.inc	6c475f0d9057dc64975584619df1cf4f897b181f
@@ -1,21 +1,8 @@ SECTION = "console/network"
 DESCRIPTION = "Tin is a powerful text mode news reader."
 SECTION = "console/network"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses libpcre"
 LICENSE = "GPL"
-PR = "r3"
 
-SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.7/tin-${PV}.tar.gz \
-	   file://makecfg-buildcc.patch;patch=1 \
-	   file://m4.patch;patch=1 \
-	   file://configure.patch;patch=1"
-
 inherit autotools 
 
 EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."
-CFLAGS += "-DM_UNIX"
-
-do_compile() {
-        ${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c
-        ${BUILD_CC} dftables.o -o pcre/dftables
-        oe_runmake build
-}






More information about the Openembedded-commits mailing list