diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 18:54:21 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-02 11:37:40 +0100 |
commit | 01d1a1ffd67f176630ed1d8d8ae21417a1cf2b09 (patch) | |
tree | 205586ab7e77133d10313b39866637128bc86af9 /recipes/freesmartphone/fsousaged_git.bb | |
parent | fb7f42bf127885c12668f53de30fbbfd661c1117 (diff) |
freesmartphone: bump SRCREVs to HEAD, drop configs and use configs provided with source
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Diffstat (limited to 'recipes/freesmartphone/fsousaged_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsousaged_git.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/freesmartphone/fsousaged_git.bb b/recipes/freesmartphone/fsousaged_git.bb index 649b9e44a8..2bbbae87b6 100644 --- a/recipes/freesmartphone/fsousaged_git.bb +++ b/recipes/freesmartphone/fsousaged_git.bb @@ -2,13 +2,3 @@ require cornucopia.inc inherit fso-plugin PV = "0.9.0.1+gitr${SRCREV}" PR = "${INC_PR}.2" - -SRC_URI += "file://fsousaged.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsousaged.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" |