diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:10:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 12:16:37 +0200 |
commit | 2219309c7c482003cfe5cdcf18155e78b877d45a (patch) | |
tree | 7069c10416af9c99675b6dea3a6f8a5b8fe54a61 /recipes/xorg-proto/renderproto_0.11.bb | |
parent | 8cfe9df61c87589a804a17d5b8101bfc8c0875e7 (diff) |
xorg-proto: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/renderproto_0.11.bb')
-rw-r--r-- | recipes/xorg-proto/renderproto_0.11.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/xorg-proto/renderproto_0.11.bb b/recipes/xorg-proto/renderproto_0.11.bb index 55a1ca85db..a51d5731fb 100644 --- a/recipes/xorg-proto/renderproto_0.11.bb +++ b/recipes/xorg-proto/renderproto_0.11.bb @@ -1,10 +1,10 @@ require xorg-proto-common.inc - -CONFLICTS = "renderext" PE = "1" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "b160a9733fe91b666e74fca284333148" SRC_URI[archive.sha256sum] = "c4d1d6d9b0b6ed9a328a94890c171d534f62708f0982d071ccd443322bedffc2" BBCLASSEXTEND = "native nativesdk sdk" -PR = "${INC_PR}.0" + +CONFLICTS = "renderext" |