diff options
Diffstat (limited to 'recipes/led/led_cvs.bb')
-rw-r--r-- | recipes/led/led_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/led/led_cvs.bb b/recipes/led/led_cvs.bb index 8c1ce2dc1e..925f6e61ef 100644 --- a/recipes/led/led_cvs.bb +++ b/recipes/led/led_cvs.bb @@ -5,7 +5,7 @@ PV = "0.0cvs${SRCDATE}" DESCRIPTION = "Command line tool for iPaq LED control" SRC_URI = "${HANDHELDS_CVS};module=apps/h3600_test \ - file://nokernelheader.patch;patch=1;pnum=0" + file://nokernelheader.patch;apply=yes;striplevel=0" inherit module-base S = "${WORKDIR}/h3600_test" |