From: Koen Kooi Date: Mon, 7 Jul 2008 21:04:41 +0000 (+0000) Subject: neuros-pkggen: install to _BIN_dir X-Git-Tag: Release-2010-05/1~6546^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f68fec7496eed7ff3f651fd90fad3934ae54021;p=openembedded.git neuros-pkggen: install to _BIN_dir --- diff --git a/packages/neuros-pkggen/neuros-pkggen-native.bb b/packages/neuros-pkggen/neuros-pkggen-native.bb index db1a9a9e15..001b3a863a 100644 --- a/packages/neuros-pkggen/neuros-pkggen-native.bb +++ b/packages/neuros-pkggen/neuros-pkggen-native.bb @@ -1,5 +1,6 @@ DESCRIPTION = "Tool to generate ready to flash .pkg files for neuros machines" LICENSE = "GPLv2" +PR = "r1" inherit native @@ -18,7 +19,7 @@ do_compile_prepend() { } do_stage() { - install -m 0755 packet_osd2 ${STAGING_DIR_NATIVE} + install -m 0755 packet_osd2 ${STAGING_BINDIR_NATIVE} }