[oe] [meta-oe] [PATCH] nodejs needs python-native

Khem Raj raj.khem at gmail.com
Tue May 20 19:28:00 UTC 2014


On Tue, May 20, 2014 at 12:03 PM, Amy Fong <amy.fong at windriver.com> wrote:
> -DEPENDS = "openssl"
> +DEPENDS = "openssl python-native"
>

may be it should inherit pythonnative

>  SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz \
>             file://0001-gcc-has-a-builtin-define-to-denote-hard-abi-when-in-.patch \
> @@ -28,6 +28,7 @@ do_configure () {
>
>  do_compile () {
>      export LD="${CXX}"
> +    export PATH=${STAGING_BINDIR_NATIVE}/python-native:$PATH
>      make BUILDTYPE=Release
>  }
>
> @@ -40,3 +41,5 @@ RDEPENDS_${PN}_class-native = ""
>
>  FILES_${PN} += "${libdir}/node/wafadmin ${libdir}/node_modules ${libdir}/dtrace"
>  BBCLASSEXTEND = "native"
> +
> +FILES_${PN} += "/usr/lib/*"

make it ${libdir}/* here



More information about the Openembedded-devel mailing list