diff options
Diffstat (limited to 'recipes/cramfs/cramfs_1.1.bb')
-rw-r--r-- | recipes/cramfs/cramfs_1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/cramfs/cramfs_1.1.bb b/recipes/cramfs/cramfs_1.1.bb index 14c23859f2..384eed1a41 100644 --- a/recipes/cramfs/cramfs_1.1.bb +++ b/recipes/cramfs/cramfs_1.1.bb @@ -4,8 +4,8 @@ LICENSE = "GPLv2" DEPENDS = "zlib" SRC_URI = "${SOURCEFORGE_MIRROR}/cramfs/cramfs-1.1.tar.gz \ - file://makefile.patch;patch=1 \ - file://cramfs-andersee.patch;patch=1" + file://makefile.patch;apply=yes \ + file://cramfs-andersee.patch;apply=yes" do_compile() { oe_runmake |