]> code.ossystems Code Review - openembedded-core.git/commitdiff
xorg-proto: Set some XORG_PN values explicitly
authorRichard Purdie <richard@openedhand.com>
Mon, 11 Feb 2008 09:53:15 +0000 (09:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 11 Feb 2008 09:53:15 +0000 (09:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3733 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-proto/compositeproto_0.4.bb
meta/packages/xorg-proto/damageproto_1.1.0.bb
meta/packages/xorg-proto/fixesproto_4.0.bb

index f74413c551d3e2315ac758998f8597b6716763f1..b7bb50e5799e38f62dde6bd75510cfaa9c888d44 100644 (file)
@@ -2,3 +2,5 @@ require xorg-proto-common.inc
 
 CONFLICTS = "compositeext"
 PE = "1"
+
+XORG_PN = "compositeproto"
index 202ec2874fc803f07875d0c854fd484ad28ff57a..e7abb316ed39d9f51ad4164cc0c3b9e0bf6dc3f1 100644 (file)
@@ -3,3 +3,5 @@ require xorg-proto-common.inc
 CONFLICTS = "damageext"
 PR = "r1"
 PE = "1"
+
+XORG_PN = "damageproto"
index 1bc36e00dab9c538d0da76fe2a4690c73589bfe6..f9bc9d9e3c578ec7256e71311d9e853f95e5b8a2 100644 (file)
@@ -3,3 +3,5 @@ require xorg-proto-common.inc
 CONFLICTS = "fixesext"
 PR = "r1"
 PE = "1"
+
+XORG_PN = "fixesproto"