summaryrefslogtreecommitdiffstats
path: root/package/libosip2
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-08-31 23:35:04 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-17 08:15:32 +0200
commit59a326b934737483531c49c99acda7874c72e335 (patch)
tree37535beb370ab735f84fe06ff641da3720211fce /package/libosip2
parent20f8a7dec6fc25f6c475163c0273147580128867 (diff)
downloadbuildroot-novena-59a326b934737483531c49c99acda7874c72e335.tar.gz
buildroot-novena-59a326b934737483531c49c99acda7874c72e335.zip
support: move patch-kernel.sh and rename it
The name "patch-kernel.sh" is a bit stupid, since this script is used to patch everything in Buildroot, not only kernel trees. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libosip2')
-rw-r--r--package/libosip2/libosip2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libosip2/libosip2.mk b/package/libosip2/libosip2.mk
index aa15332c9..da3f9a277 100644
--- a/package/libosip2/libosip2.mk
+++ b/package/libosip2/libosip2.mk
@@ -16,7 +16,7 @@ define LIBOSIP2_DEBIAN_PATCHES
do $(SED) 's,^\+\+\+ .*cvs-$(LIBOSIP2_VERSION)/,+++ cvs-$(LIBOSIP2_VERSION)/,' $$i; \
done; \
); \
- toolchain/patch-kernel.sh $(@D) $(@D)/debian/patches \*; \
+ support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*; \
fi
endef
endif