aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-util
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-09 13:10:55 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-09 13:10:55 +0000
commit49d384182a481a820f2fe2dae81f1d4d799d4b16 (patch)
treeca894d448acef4c2bf0eeb4d469270a8fbeef3f4 /meta/packages/xorg-util
parent3e5646fce1af97a8bde8a740da4ee0c58bf42ebd (diff)
downloadopenembedded-core-contrib-49d384182a481a820f2fe2dae81f1d4d799d4b16.tar.gz
util-macros: Fix -dev and -dbg dependencies (since the main package is empty)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3436 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-util')
-rw-r--r--meta/packages/xorg-util/util-macros_1.1.5.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/xorg-util/util-macros_1.1.5.bb b/meta/packages/xorg-util/util-macros_1.1.5.bb
index 22634bffd2..8f5d6abdf1 100644
--- a/meta/packages/xorg-util/util-macros_1.1.5.bb
+++ b/meta/packages/xorg-util/util-macros_1.1.5.bb
@@ -1,7 +1,11 @@
require xorg-util-common.inc
DESCRIPTION = "X autotools macros"
-PR = "r1"
+PR = "r2"
PE = "1"
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
+
+# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
+RDEPENDS_${PN}-dev = ""
+RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})"