diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-20 13:48:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-20 13:48:42 +0000 |
commit | 9205a4c60967c829092c21aaf00aed8282a46a66 (patch) | |
tree | 98dce822514bf855d6641e1d0b05ea3caf892e77 | |
parent | 9650c96e186e15491df48df95cf54a594ac776b3 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/20 14:48:13+01:00 nexus.co.uk!pb
add ${datadir}/gpe to FILES
BKrev: 40fd22ba4fd8ycs3OP-qupaugnI82g
-rw-r--r-- | classes/gpe.oeclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/gpe.oeclass b/classes/gpe.oeclass index 0f296a843e..054e5460a2 100644 --- a/classes/gpe.oeclass +++ b/classes/gpe.oeclass @@ -1,5 +1,6 @@ DEPENDS_prepend = "coreutils-native " SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" +FILES_${PN} += "${datadir}/gpe" gpe_do_compile() { oe_runmake PREFIX=${prefix} |