diff options
Diffstat (limited to 'recipes/treecc/treecc-native_0.3.6.bb')
-rw-r--r-- | recipes/treecc/treecc-native_0.3.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/treecc/treecc-native_0.3.6.bb b/recipes/treecc/treecc-native_0.3.6.bb new file mode 100644 index 0000000000..bcdd2e7677 --- /dev/null +++ b/recipes/treecc/treecc-native_0.3.6.bb @@ -0,0 +1,11 @@ +require treecc_${PV}.bb +SECTION = "devel" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/treecc-${PV}" +S = "${WORKDIR}/treecc-${PV}" + +inherit native autotools + +do_stage() { + rm -f ${STAGING_BINDIR}/treecc + install -m 0755 treecc ${STAGING_BINDIR}/ +} |