diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-01 20:39:16 -0700 |
commit | 927721f66e7c2c5b5024ce0a17cd31ca8ccbd1d2 (patch) | |
tree | 9ad09766b3d295db8294180aa15c2d5267e32b88 /recipes/ti/gstreamer-ti_svn.bb | |
parent | f29ba5a65d5f6eedc0e1f6a12371184134e1b878 (diff) |
recipes: Punt use of patch=1 and use striplevel=n instead of pnum
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/ti/gstreamer-ti_svn.bb')
-rw-r--r-- | recipes/ti/gstreamer-ti_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ti/gstreamer-ti_svn.bb b/recipes/ti/gstreamer-ti_svn.bb index 8cb1527b9c..bb314edc15 100644 --- a/recipes/ti/gstreamer-ti_svn.bb +++ b/recipes/ti/gstreamer-ti_svn.bb @@ -27,6 +27,6 @@ SRC_URI_append_omapl138 = " file://loadmodules.sh " SRC_URI_append_omap3 = " file://loadmodules.sh " # apply omapdmaifbsink patch on omap3 platform # NOTE: this patch need's X11 header/libs -SRC_URI_append_omap3 = " file://0007-add-omapdmaifbsink.patch;patch=1" +SRC_URI_append_omap3 = " file://0007-add-omapdmaifbsink.patch" |