diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-02 10:30:37 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-02 10:30:37 +0000 |
commit | 01ceeedc798ae5f47af6449ac2c91cc2371ef3b4 (patch) | |
tree | d55314bc393404c3c48484daa191b10f0818b925 /meta/packages/linux-libc-headers | |
parent | 94c895aad5ad286f172b04bc33ba670220d5eba8 (diff) | |
download | poky-01ceeedc798ae5f47af6449ac2c91cc2371ef3b4.tar.gz |
bitbake.conf: Rename DEBPV to EXTENDPV to sync up with OE
Diffstat (limited to 'meta/packages/linux-libc-headers')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers.inc b/meta/packages/linux-libc-headers/linux-libc-headers.inc index 42cab4c0b9..1f567ca1d1 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers.inc +++ b/meta/packages/linux-libc-headers/linux-libc-headers.inc | |||
@@ -4,4 +4,4 @@ LICENSE = "GPL" | |||
4 | 4 | ||
5 | #DEPENDS = "cross-linkage" | 5 | #DEPENDS = "cross-linkage" |
6 | RDEPENDS_${PN}-dev = "" | 6 | RDEPENDS_${PN}-dev = "" |
7 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" | 7 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" |