diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-23 13:41:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-23 13:41:47 +0200 |
commit | 653467ce150b0b53ce510fafa66d1e224c13d82f (patch) | |
tree | a96b2cd88e8c6688e4e3a91f90c744b6f104e561 /recipes/xfce-base/libxfcegui4_4.4.2.bb | |
parent | e3df76459f7710af61d1b51066e0685c822dbe7b (diff) |
xfce-base libs: convert to new style staging
Diffstat (limited to 'recipes/xfce-base/libxfcegui4_4.4.2.bb')
-rw-r--r-- | recipes/xfce-base/libxfcegui4_4.4.2.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/xfce-base/libxfcegui4_4.4.2.bb b/recipes/xfce-base/libxfcegui4_4.4.2.bb index 4213c4020f..5a75d4053f 100644 --- a/recipes/xfce-base/libxfcegui4_4.4.2.bb +++ b/recipes/xfce-base/libxfcegui4_4.4.2.bb @@ -6,11 +6,9 @@ DESCRIPTION = "XFCE Widget library and X Window System interaction" DEPENDS = "libxfce4util dbh libxml2 gtk+" SECTION = "x11/libs" -inherit xfce +PR = "r1" -do_stage() { -autotools_stage_all -} +inherit xfce FILES_${PN} += "${libdir}/xfce4/modules ${datadir}/xfce4/mime ${datadir}/icons/hicolor" |