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 384eed1a41..2a08477ad4 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;apply=yes \ - file://cramfs-andersee.patch;apply=yes" + file://makefile.patch \ + file://cramfs-andersee.patch" do_compile() { oe_runmake |