into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/02/24 20:33:14+00:00 (none)!pb
update sqlite to 2.8.16
2005/02/24 20:21:19+00:00 (none)!pb
add opensync snapshot
2005/02/24 20:19:10+00:00 (none)!pb
Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded
into mebius.(none):/home/pb/oe/oe
2005/02/24 20:18:45+00:00 (none)!pb
add pkgconfig inherit to sqlite3
2005/02/24 21:10:50+01:00 dyndns.org!reenoo
Merge oe-devel@oe-devel.bkbits.net:openembedded
into sugarcube.dyndns.org:/home2/oe/bakery/openembedded
2005/02/24 21:08:07+01:00 dyndns.org!reenoo
openvpn: demote kernel-module-tun to RRECOMMENDS.
2005/02/24 21:03:49+01:00 dyndns.org!reenoo
hugs: remove --enable-debug from EXTRA_OECONF.
BKrev: 421e3badVY-npT083f_wm7MON573Bw
file://hugs.desktop \
file://hugs.png"
LICENSE = "BSD"
-PR = "r1"
+PR = "r2"
S = "${WORKDIR}/${PV}/src/unix"
# disable STRIP as the generated Makefile falsely call arm-linux-strip
# on compiling which leads to abortion of the compile
# we strip manually anyway so disabling it here is 'ok'
-EXTRA_OECONF = "--enable-debug --disable-ffi STRIP=true"
+EXTRA_OECONF = "--disable-ffi STRIP=true"
do_configure() {
oe_runconf
LICENSE = "GPLv2"
PRIORITY = "optional"
DEPENDS = "lzo openssl"
-RDEPENDS = "kernel-module-tun"
-PR = "r1"
+RRECOMMENDS = "kernel-module-tun"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/openvpn/openvpn-2.0_rc1.tar.gz \
file://openvpn"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
LICENSE = "PD"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://www.sqlite.org/sqlite-3.0.8.tar.gz \
file://cross-compile.patch;patch=1 \
file://ldflags.patch;patch=1"
S = "${WORKDIR}/sqlite"
-inherit autotools
+inherit autotools pkgconfig
EXTRA_OECONF = "--without-tcl --enable-shared \
--enable-threadsafe"