media-tv/kodi: run epatch_user before regenerating files #562092

This commit is contained in:
Mike Frysinger
2015-10-05 09:19:30 -04:00
parent 7197ac4432
commit ed2a9f5a33
3 changed files with 4 additions and 6 deletions

View File

@@ -154,6 +154,8 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-no-arm-flags.patch #400617
epatch "${FILESDIR}"/${PN}-14.0-dvddemux-ffmpeg.patch #526992#36
epatch "${FILESDIR}"/${P}-gcc-5.patch #557300
epatch_user #293109
# The mythtv patch touches configure.ac, so force a regen
rm -f configure
@@ -185,8 +187,6 @@ src_prepare() {
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
xbmc/linux/*.cpp || die
epatch_user #293109
# Tweak autotool timestamps to avoid regeneration
find . -type f -exec touch -r configure {} +
}

View File

@@ -155,6 +155,7 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
epatch "${FILESDIR}"/${P}-texturepacker.patch
epatch "${FILESDIR}"/${P}-gcc-5.patch #544760
epatch_user #293109
# some dirs ship generated autotools, some dont
multijob_init
@@ -189,8 +190,6 @@ src_prepare() {
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
xbmc/linux/*.cpp || die
epatch_user #293109
# Tweak autotool timestamps to avoid regeneration
find . -type f -exec touch -r configure {} +
}

View File

@@ -155,6 +155,7 @@ src_unpack() {
src_prepare() {
epatch "${FILESDIR}"/${PN}-9999-no-arm-flags.patch #400617
epatch "${FILESDIR}"/${PN}-9999-texturepacker.patch
epatch_user #293109
# some dirs ship generated autotools, some dont
multijob_init
@@ -189,8 +190,6 @@ src_prepare() {
-e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \
xbmc/linux/*.cpp || die
epatch_user #293109
# Tweak autotool timestamps to avoid regeneration
find . -type f -exec touch -r configure {} +
}