* remove patches/ and .pc/ subdirs after do_ezxpatch
* reinstate patching from openezx.org tarballs
LICENSE = "GPL"
DEPENDS += "quilt-native"
EZX = "ezx6"
-PR = "${EZX}-r5"
+PR = "${EZX}-r6"
inherit kernel
# source and patches
#
SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
- file://ezx6-jumbo.patch;patch=1 \
+ http://people.openezx.org/stefan/patches/patches-2.6.16-2.6.16.13-exz6-symlink-fix.tar.bz2 \
\
${RPSRC}/led_core-r15.patch;patch=1 \
${RPSRC}/led_triggers-r14.patch;patch=1 \
do_ezxpatch() {
mv ${WORKDIR}/patches ${S} && cd ${S} && quilt push -av
+ rm -Rf patches .pc
}
do_configure() {
do_deploy[dirs] = "${S}"
addtask deploy before do_package after do_install
-#addtask ezxpatch before do_patch after do_unpack
+addtask ezxpatch before do_patch after do_unpack