[oe-commits] Tom Rini : libcdio: Fix RPATH QA errors

git version control git at git.openembedded.org
Fri Feb 18 20:28:26 UTC 2011


Module: openembedded.git
Branch: master
Commit: a615cbed3cd39605679c951fd92a59bc9d8de126
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a615cbed3cd39605679c951fd92a59bc9d8de126

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri Feb 18 12:26:42 2011 -0700

libcdio: Fix RPATH QA errors

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/libcdio/libcdio.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libcdio/libcdio.inc b/recipes/libcdio/libcdio.inc
index 0e155c7..59e1e47 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"
 





More information about the Openembedded-commits mailing list