diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-09 13:10:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-09 13:10:55 +0000 |
commit | 49d384182a481a820f2fe2dae81f1d4d799d4b16 (patch) | |
tree | ca894d448acef4c2bf0eeb4d469270a8fbeef3f4 /meta/packages/xorg-util | |
parent | 3e5646fce1af97a8bde8a740da4ee0c58bf42ebd (diff) | |
download | poky-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.bb | 6 |
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 @@ | |||
1 | require xorg-util-common.inc | 1 | require xorg-util-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "X autotools macros" | 3 | DESCRIPTION = "X autotools macros" |
4 | PR = "r1" | 4 | PR = "r2" |
5 | PE = "1" | 5 | PE = "1" |
6 | 6 | ||
7 | SRC_URI += "file://unbreak_cross_compile.patch;patch=1" | 7 | SRC_URI += "file://unbreak_cross_compile.patch;patch=1" |
8 | |||
9 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
10 | RDEPENDS_${PN}-dev = "" | ||
11 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" | ||