From: Tom Rini Date: Fri, 18 Feb 2011 19:26:42 +0000 (-0700) Subject: libcdio: Fix RPATH QA errors X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a615cbed3cd39605679c951fd92a59bc9d8de126;p=openembedded.git libcdio: Fix RPATH QA errors Signed-off-by: Tom Rini --- diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc index 0e155c74fd..59e1e47c49 100644 --- a/recipes/libcdio/libcdio.inc +++ b/recipes/libcdio/libcdio.inc @@ -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"