All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/11] parted: Added parted-native
@ 2010-11-06 16:31 Camille Moncelier
  2010-11-06 21:48 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Camille Moncelier @ 2010-11-06 16:31 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Camille Moncelier

Signed-off-by: Camille Moncelier <moncelier@devlife.org>
---
 recipes/parted/parted_2.3.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/parted/parted_2.3.bb b/recipes/parted/parted_2.3.bb
index d2ac303..6efb398 100644
--- a/recipes/parted/parted_2.3.bb
+++ b/recipes/parted/parted_2.3.bb
@@ -3,14 +3,18 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
 LICENSE = "GPLv3"
 SECTION = "console/tools"
 DEPENDS = "readline util-linux-ng lvm2"
+DEPENDS_virtclass-native = "readline-native util-linux-ng-native"
 
 SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
            file://use_llseek_syscall.patch \
           "
            
 EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes"
+EXTRA_OECONF_virtclass-native = "--disable-device-mapper"
 
 inherit autotools pkgconfig
 
 SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d"
 SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829"
+
+BBCLASSEXTEND = "native"
-- 
1.7.3.1




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

end of thread, other threads:[~2010-11-07 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-06 16:31 [PATCH 01/11] parted: Added parted-native Camille Moncelier
2010-11-06 21:48 ` Khem Raj
2010-11-06 22:36   ` Camille Moncelier
2010-11-07  9:57     ` Khem Raj
2010-11-07 10:18       ` Camille Moncelier
2010-11-07  1:20   ` Martin Jansa
2010-11-07  7:54     ` Camille Moncelier

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.