summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux-libc-headers
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-02 10:30:37 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-02 10:30:37 +0000
commit01ceeedc798ae5f47af6449ac2c91cc2371ef3b4 (patch)
treed55314bc393404c3c48484daa191b10f0818b925 /meta/packages/linux-libc-headers
parent94c895aad5ad286f172b04bc33ba670220d5eba8 (diff)
downloadpoky-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.inc2
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"
6RDEPENDS_${PN}-dev = "" 6RDEPENDS_${PN}-dev = ""
7RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${DEBPV})" 7RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"