From 2c0ba7143ae4c1f16268cf562e82dedcb607bf14 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Aug 2011 01:47:08 +0200 Subject: [PATCH] xbmc: remove some already merged patches Signed-off-by: Stephan Raue --- ...-335-Python_parse_had_wrong_native_type-0.1.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch diff --git a/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch b/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch deleted file mode 100644 index 27823a10ab..0000000000 --- a/packages/mediacenter/xbmc/patches/xbmc-10.1-Dharma-335-Python_parse_had_wrong_native_type-0.1.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp ---- xbmc-10.1-Dharma/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-03-08 02:49:14.000000000 +0100 -+++ xbmc-10.1-Dharma.patch/xbmc/lib/libPython/xbmcmodule/xbmcplugin.cpp 2011-08-21 17:13:13.382281536 +0200 -@@ -74,7 +74,7 @@ - if (!PyArg_ParseTupleAndKeywords( - args, - kwds, -- (char*)"iOO|bl", -+ (char*)"iOO|bi", - (char**)keywords, - &handle, - &pURL,