git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68df3ce
)
libcdio: Fix RPATH QA errors
author
Tom Rini
<tom_rini@mentor.com>
Fri, 18 Feb 2011 19:26:42 +0000
(12:26 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/libcdio/libcdio.inc
b/recipes/libcdio/libcdio.inc
index
0e155c7
..
59e1e47
100644
(file)
--- a/
recipes/libcdio/libcdio.inc
+++ b/
recipes/libcdio/libcdio.inc
@@
-4,13
+4,13
@@
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv3+"
DEPENDS = "ncurses"
-INC_PR = "r
3
"
+INC_PR = "r
4
"
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"