diff options
Diffstat (limited to 'recipes/gparted/gparted_0.4.1.bb')
-rw-r--r-- | recipes/gparted/gparted_0.4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gparted/gparted_0.4.1.bb b/recipes/gparted/gparted_0.4.1.bb index 7e6f50c210..0dc4008965 100644 --- a/recipes/gparted/gparted_0.4.1.bb +++ b/recipes/gparted/gparted_0.4.1.bb @@ -5,7 +5,7 @@ DEPENDS = "gtkmm parted" inherit gnome SRC_URI = "${SOURCEFORGE_MIRROR}/gparted/gparted-${PV}.tar.bz2 \ - file://cross.patch;patch=1 \ + file://cross.patch;apply=yes \ " EXTRA_OECONF = " --disable-doc --disable-scrollkeeper " |