Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
8bd7586c
Commit
8bd7586c
authored
Jul 27, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
breaks in Y2.1 and there already one in meta-oe/recipes-support
parent
532fb472
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
tree_1.6.0.bb
recipes-extended/tree/tree_1.6.0.bb
+0
-34
No files found.
recipes-extended/tree/tree_1.6.0.bb
deleted
100644 → 0
View file @
532fb472
SUMMARY = "A recipe for tree prgoram"
DESCRIPTION = "Lists tree"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
PR = "r0"
SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/tree-1.6.0.tgz"
SRC_URI[md5sum] = "04e967a3f4108d50cde3b4b0e89e970a"
SRC_URI[sha256sum] = "4dc470a74880338b01da41701d8db90d0fb178877e526d385931a007d68d7591"
S = "${WORKDIR}/tree-1.6.0"
do_compile() {
# net-tools use COPTS/LOPTS to allow adding custom options
#export COPTS="$CFLAGS"
#export LOPTS="$LDFLAGS"
#unset CFLAGS
#unset LDFLAGS
oe_runmake
}
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/tree ${D}${bindir}
}
PACKAGES = " tree"
INSANE_SKIP_${PN} = "installed-vs-shipped"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment