[oe] [PATCH 01/11] parted: Added parted-native

Camille Moncelier moncelier at devlife.org
Sat Nov 6 16:31:24 UTC 2010


Signed-off-by: Camille Moncelier <moncelier at 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





More information about the Openembedded-devel mailing list