diff options
Diffstat (limited to 'recipes/grip/grip_3.2.0.bb')
-rw-r--r-- | recipes/grip/grip_3.2.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/grip/grip_3.2.0.bb b/recipes/grip/grip_3.2.0.bb index eaa24b097c..02c02e37c7 100644 --- a/recipes/grip/grip_3.2.0.bb +++ b/recipes/grip/grip_3.2.0.bb @@ -6,9 +6,9 @@ HOMEPAGE="http://www.nostatic.org/grip/" LICENSE="GPL" SRC_URI="${SOURCEFORGE_MIRROR}/grip/grip-${PV}.tar.gz \ - file://patch-src::discdb;patch=1;pnum=0 \ - file://patch-src::main.c;patch=1;pnum=0 \ - file://no-host-includes.patch;patch=1 " + file://patch-src::discdb;apply=yes;striplevel=0 \ + file://patch-src::main.c;apply=yes;striplevel=0 \ + file://no-host-includes.patch;apply=yes " DEPENDS="libgnomeui vte curl cdparanoia id3lib" PR = "r3" |