Signed-off-by: Tom Rini <tom_rini@mentor.com>
LICENSE = "MPL GPL LGPL MIT"
DEPENDS = "liboil orc-native orc"
-PR = "r0"
+INC_PR = "r1"
SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz;name=schroedingertargz"
SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60"
inherit autotools
+do_configure_append () {
+ # Fix stupid libtool... handling.
+ # rpath handling can't be disabled and the Makefile's can't be regenerated..
+ # (GNU sed required)
+ sed -i s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ ${S}/*-libtool
+}
require schroedinger.inc
-PR = "r0"
+PR = "${INC_PR}.0"
inherit autotools