aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ipkg/ipkg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ipkg/ipkg.inc')
-rw-r--r--recipes/ipkg/ipkg.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/ipkg/ipkg.inc b/recipes/ipkg/ipkg.inc
index 650c6a55b8..c28cf8be8c 100644
--- a/recipes/ipkg/ipkg.inc
+++ b/recipes/ipkg/ipkg.inc
@@ -10,10 +10,10 @@ FILES_libipkg = "${libdir}/*.so.*"
AUTO_LIBNAME_PKGS = "libipkg"
SRC_URI = "${HANDHELDS_CVS};module=familiar/dist/ipkg;tag=${@'V' + bb.data.getVar('PV',d,1).replace('.', '-')} \
- file://update_version_comparision.patch;apply=yes \
- file://enable_debversion.patch;apply=yes \
+ file://update_version_comparision.patch \
+ file://enable_debversion.patch \
file://ipkg-configure \
- file://terse.patch;apply=yes"
+ file://terse.patch"
S = "${WORKDIR}/ipkg/C"