diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-06-16 20:08:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-18 13:24:58 +0100 |
commit | 79e4de84063cdd3d8eab65ae93d9c896829212e8 (patch) | |
tree | 215ff9e216b02a672eddb0d0708c370f77805e9f /meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | |
parent | 0529f93440b2d67af8b2272b4d18220ae94e91d8 (diff) | |
download | poky-79e4de84063cdd3d8eab65ae93d9c896829212e8.tar.gz |
recipes: replace CONFLICTS with RCONFLICTS_${PN}
(From OE-Core rev: fbcda6eff010e0a39cc0145a514e7de99f475145)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb index e4fe37b44e..17b709fbae 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb | |||
@@ -10,8 +10,8 @@ LICENSE = "MIT-style" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ |
11 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" | 11 | file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" |
12 | 12 | ||
13 | CONFLICTS = "randrext" | 13 | RCONFLICTS_${PN} = "randrext" |
14 | PR = "r0" | 14 | PR = "r1" |
15 | PE = "1" | 15 | PE = "1" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |