diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-09 05:44:30 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-09 05:44:30 +0000 |
commit | fb1bf22bf1f99bf39062a414dc95b783af24e0eb (patch) | |
tree | 9de3ace3c9bb1605e6306e9c2fba8febfcc52ccb /packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb | |
parent | 0af1290e79f6d482be943cadb292c1f3c44c3aab (diff) | |
parent | a1da152a12837b54328d9f6bae672c23815df67c (diff) |
merge of '8cf0ade6025c07f6fb2d8dcb863a8e6b345dddaa'
and 'e7a885c65fac678637bdc0153d73dafaa9bb1608'
Diffstat (limited to 'packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb')
-rw-r--r-- | packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb b/packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb index f04b9c19be..e7ef651bc4 100644 --- a/packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb +++ b/packages/gpe-ownerinfo/gpe-ownerinfo_0.25.bb @@ -1,13 +1,3 @@ -inherit gpe +require gpe-ownerinfo.inc -DESCRIPTION = "GPE owner information dialog" -SECTION = "gpe" -PRIORITY = "optional" -DEPENDS = "gtk+ libgpewidget" -LICENSE = "GPL" PR = "r0" - -do_stage () { - oe_libinstall -a libgpe-ownerinfo ${STAGING_LIBDIR} - install -m 0644 gpe-ownerinfo.h ${STAGING_INCDIR}/ -} |