libcdio: Fix RPATH QA errors
authorTom Rini <tom_rini@mentor.com>
Fri, 18 Feb 2011 19:26:42 +0000 (12:26 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 18 Feb 2011 20:27:33 +0000 (13:27 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/libcdio/libcdio.inc

index 0e155c7..59e1e47 100644 (file)
@@ -4,13 +4,13 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPLv3+"
 DEPENDS = "ncurses"
-INC_PR = "r3"
+INC_PR = "r4"
 
 SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no"
+EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no --disable-rpath"
 
 PACKAGES += "${PN}-utils"