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/randrproto_1.3.1.bb | |
parent | 8cfe9df61c87589a804a17d5b8101bfc8c0875e7 (diff) |
xorg-proto: oe-stylize
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-proto/randrproto_1.3.1.bb')
-rw-r--r-- | recipes/xorg-proto/randrproto_1.3.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/xorg-proto/randrproto_1.3.1.bb b/recipes/xorg-proto/randrproto_1.3.1.bb index c8788b00a9..b304d08bfb 100644 --- a/recipes/xorg-proto/randrproto_1.3.1.bb +++ b/recipes/xorg-proto/randrproto_1.3.1.bb @@ -1,11 +1,10 @@ require xorg-proto-common.inc - -CONFLICTS = "randrext" PE = "1" - +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "a5c244c36382b0de39b2828cea4b651d" SRC_URI[archive.sha256sum] = "d93ca3c0ae710a45da6a27e1eeadfb3c9d4aee47f23657c996e1124c0d9985ca" BBCLASSEXTEND = "nativesdk sdk" -PR = "${INC_PR}.0" + +CONFLICTS = "randrext" |