summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-extended
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-11-22 16:01:14 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-11-22 20:05:47 +0300
commit8fc96299dfb474895cd2608c94b9799e658b0452 (patch)
treea954a34e489b7ddd40f4c11a90c599c4ce2a4726 /meta-phosphor/common/recipes-extended
parente673a96a01fb7085da3c23168ef60a664d3f1785 (diff)
downloadopenbmc-8fc96299dfb474895cd2608c94b9799e658b0452.tar.xz
sdbusplus: convert to phosphor-python-autotools inherit
Change-Id: Ifbc1a4d8d8d6d381729304f35b7e218ebef7b9e1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common/recipes-extended')
-rw-r--r--meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
index 2ae5f7c50..6b38a5372 100644
--- a/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
+++ b/meta-phosphor/common/recipes-extended/sdbusplus/sdbusplus.bb
@@ -6,9 +6,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
inherit autotools pkgconfig
-inherit pythonnative
-
-FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
+inherit obmc-phosphor-python-autotools
DEPENDS += "autoconf-archive-native"
RDEPENDS_${PN} += " \
@@ -28,9 +26,4 @@ S = "${WORKDIR}/git"
PACKAGECONFIG_remove_class-native = "libsdbusplus"
PACKAGECONFIG_remove_class-nativesdk = "libsdbusplus"
-export BUILD_SYS
-export HOST_SYS
-export STAGING_INCDIR
-export STAGING_LIBDIR
-
BBCLASSEXTEND += "native nativesdk"