]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-dri: fix packaging so test apps will really land in own package
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 23 Sep 2008 16:32:24 +0000 (16:32 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 23 Sep 2008 16:32:24 +0000 (16:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5245 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/mesa/mesa-dri_7.2.bb

index d753f33a8e10204d36b28e845d87e47769de0262..d357474e8bc558cb7e9f6b9495d3e04cac4e7e02 100644 (file)
@@ -6,9 +6,9 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
 DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 
 PE = "1"
-PR = "r2"
+PR = "r3"
 
-PACKAGES += "${PN}-xprogs"
+PACKAGES =+ "${PN}-xprogs"
 
 FILES_${PN} += "${libdir}/dri/*.so"
 FILES_${PN}-dbg += "${libdir}/dri/.debug/*"