All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV
@ 2011-05-17 20:24 raj.khem
  2011-05-17 20:35 ` Otavio Salvador
  2011-05-17 20:50 ` Phil Blundell
  0 siblings, 2 replies; 7+ messages in thread
From: raj.khem @ 2011-05-17 20:24 UTC (permalink / raw)
  To: openembedded-devel

From: Khem Raj <raj.khem@gmail.com>

use GITPKGVTAG for PV
Cleanup unused UCLIBC_BASE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/uclibc/uclibc_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-core/uclibc/uclibc_git.bb b/meta-oe/recipes-core/uclibc/uclibc_git.bb
index cbc8ab8..05eea00 100644
--- a/meta-oe/recipes-core/uclibc/uclibc_git.bb
+++ b/meta-oe/recipes-core/uclibc/uclibc_git.bb
@@ -6,17 +6,17 @@
 # UCLIBC_BASE can be set in a distro file, but whether this works depends
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
-UCLIBC_BASE ?= "0.9.32"
 SRCREV="074930dd7f2a18a7013cdb72cc38136f3be39c40"
-PR_append = "+gitr${SRCPV}"
 
 require uclibc.inc
+inherit gitpkgv
+PV = "${GITPKGVTAG}"
 PR = "${INC_PR}.1"
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"
 
 #recent versions uclibc require real kernel headers
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-FILESPATHPKG =. "uclibc-git:uclibc-${UCLIBC_BASE}:"
+FILESPATHPKG =. "uclibc-git:"
 
 #as stated above, uclibc needs real kernel-headers
 #however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking ....
-- 
1.7.4.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-17 23:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-17 20:24 [meta-oe][PATCH] uclibc_git.bb: inherit gitpkgv to get PV raj.khem
2011-05-17 20:35 ` Otavio Salvador
2011-05-17 21:25   ` Khem Raj
2011-05-17 21:37     ` Otavio Salvador
2011-05-17 23:33       ` Khem Raj
2011-05-17 20:50 ` Phil Blundell
2011-05-17 21:27   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.