ircp: added configure flag for obex lib, removed --prefix
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Sun, 2 Jul 2006 14:48:19 +0000 (14:48 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 2 Jul 2006 14:48:19 +0000 (14:48 +0000)
packages/ircp/ircp_0.3.bb

index 1e17b87..684bfa9 100644 (file)
@@ -1,11 +1,9 @@
 DEPENDS = "openobex"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/openobex/ircp-${PV}.tar.gz"
 
-EXTRA_OECONF="--prefix=${D}"
-
-
+EXTRA_OECONF = "--with-openobex=${STAGING_LIBDIR} \
 inherit autotools