libva: dosent fail with subdir

This commit is contained in:
Patrick Rasmussen 2015-04-07 18:07:30 +02:00
parent 66d05d6f4a
commit 3829cb5dcb

View File

@ -42,12 +42,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-silent-rules \
--disable-dummy-driver \
--with-drivers-path=/usr/lib/va"
pre_configure_target() {
# libva fails to build in subdirs
cd $ROOT/$PKG_BUILD
rm -rf .$TARGET_NAME
}
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
if [ "$DEVTOOLS" = yes ]; then