diff options
Diffstat (limited to 'recipes/linux-atm/linux-atm_2.4.1.bb')
-rw-r--r-- | recipes/linux-atm/linux-atm_2.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux-atm/linux-atm_2.4.1.bb b/recipes/linux-atm/linux-atm_2.4.1.bb index c3ae320830..60a9a26613 100644 --- a/recipes/linux-atm/linux-atm_2.4.1.bb +++ b/recipes/linux-atm/linux-atm_2.4.1.bb @@ -7,8 +7,8 @@ PR = "r1" LICENSE = "GPL LGPL" SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/linux-atm/linux-atm-${PV}.tar.gz \ - file://gcc-3.4-fix;patch=1 \ - file://qgen-cross;patch=1" + file://gcc-3.4-fix;apply=yes \ + file://qgen-cross;apply=yes" S = "${WORKDIR}/linux-atm-${PV}" inherit autotools pkgconfig flow-lossage |