diff options
Diffstat (limited to 'recipes/nonworking/aterm')
-rw-r--r-- | recipes/nonworking/aterm/aterm_0.4.2.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/nonworking/aterm/aterm_0.4.2.bb b/recipes/nonworking/aterm/aterm_0.4.2.bb new file mode 100644 index 0000000000..573019b006 --- /dev/null +++ b/recipes/nonworking/aterm/aterm_0.4.2.bb @@ -0,0 +1,9 @@ +DEPENDS = x11-cvs xproto-cvs + +SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2 + +inherit autotools + +do_configure_prepend () { + cp autoconf/* . +} |