]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxsettings-client: remove unused path
authorRichard Purdie <richard@openedhand.com>
Thu, 21 Sep 2006 15:05:16 +0000 (15:05 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 21 Sep 2006 15:05:16 +0000 (15:05 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@741 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxsettings-client/libxsettings-client_0.10.bb

index 45b203507623d65f2240e11029e11001c92732e3..2fe6029e3c3f479c096d0a9f19ebc43321030bfc 100644 (file)
@@ -16,7 +16,6 @@ inherit autotools gettext
 do_stage () {
         oe_libinstall -so libXsettings-client ${STAGING_LIBDIR}
 
-       mkdir -p ${STAGING_INCDIR}/gpe
        for h in ${headers}; do
                install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
        done