diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:17:03 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:25:19 +0200 |
commit | 3b039e5c54265c5e1e254736687ad1cefed8f534 (patch) | |
tree | 02ad3b2a6e4661b12d1f1e19495f550daea27060 /recipes/xorg-driver/xf86-video-v4l_0.2.0.bb | |
parent | c7e19744c13a4d5e7e9739cc2d8827b4d88fa4ac (diff) |
xorg-driver: oe-stylize
* please note that COMPATIBLE_HOST = 'value' is oe-stylized to
"'value'", should be fixed in oe-stylize script
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-driver/xf86-video-v4l_0.2.0.bb')
-rw-r--r-- | recipes/xorg-driver/xf86-video-v4l_0.2.0.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/xorg-driver/xf86-video-v4l_0.2.0.bb b/recipes/xorg-driver/xf86-video-v4l_0.2.0.bb index 81d477045a..18a995bf21 100644 --- a/recipes/xorg-driver/xf86-video-v4l_0.2.0.bb +++ b/recipes/xorg-driver/xf86-video-v4l_0.2.0.bb @@ -1,8 +1,7 @@ require xorg-driver-video.inc - +DESCRIPTION = "Video 4 Linux adaptor driver for X11" PE = "1" +PR = "${INC_PR}.0" -DESCRIPTION = "Video 4 Linux adaptor driver for X11" SRC_URI[archive.md5sum] = "2251ae2a0a905764941cd7b098e85ad1" SRC_URI[archive.sha256sum] = "cbff9120fbad900cbdc7ac535d04984e7b491d69a8eb0b371e30ae07cb61925d" -PR = "${INC_PR}.0" |